Fix some more type errors and turn on TS strict mode
Possible now that svelte2tsx has fixed a few bugs!
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"module": "es2020",
|
||||
"lib": ["es2020", "DOM"],
|
||||
"target": "es2020",
|
||||
"strict": true,
|
||||
/**
|
||||
svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript
|
||||
to enforce using \`import type\` instead of \`import\` for Types.
|
||||
|
||||
Reference in New Issue
Block a user