Standa Lukeš
4 years ago
1 changed files with 5 additions and 1 deletions
@ -1,6 +1,10 @@ |
|||||
{ |
{ |
||||
"extends": "@tsconfig/svelte/tsconfig.json", |
"extends": "@tsconfig/svelte/tsconfig.json", |
||||
|
"compilerOptions": { |
||||
|
// "target": "ES2019" |
||||
|
"strict": true |
||||
|
}, |
||||
|
|
||||
"include": ["src/**/*"], |
"include": ["src/**/*"], |
||||
"exclude": ["node_modules/*", "__sapper__/*", "public/*"], |
"exclude": ["node_modules/*", "__sapper__/*", "public/*"], |
||||
} |
} |
||||
|
Reference in new issue