We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1ae0aa commit f9ee52dCopy full SHA for f9ee52d
tsconfig.json
@@ -1,7 +1,11 @@
1
{
2
"compilerOptions": {
3
"strict": true,
4
- "noEmitOnError": true,
+ // "noEmitOnError": true,
5
+ // `noUnusedLocals` doesn't work when typescript in .svelte files is
6
+ // preprocessed (via svelte-preprocess). TS is not aware that the variables
7
+ // are used in svelte's HTML
8
+ // "noUnusedLocals": true,
9
"typeRoots": [
10
"./node_modules/@types",
11
"./types"
0 commit comments