Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Mar 17, 2022
1 parent 29c0ce0 commit ebe5af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/create-svelte/scripts/build-templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ async function generate_shared() {

files.push({
name: js_name,
include,
exclude: [...exclude, 'typesscript'],
include: [...include],
exclude: [...exclude, 'typescript'],
contents: convert_typescript(contents)
});

Expand Down

0 comments on commit ebe5af8

Please sign in to comment.