We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0a9f9 commit 64c7088Copy full SHA for 64c7088
tsconfig.json
@@ -1,3 +1,6 @@
1
{
2
- "extends": "./.svelte-kit/tsconfig.json"
+ "extends": "./.svelte-kit/tsconfig.json",
3
+ "compilerOptions": {
4
+ "strict": true
5
+ }
6
}
0 commit comments