Skip to content

Commit 64c7088

Browse files
committed
Add strict typechecking
1 parent 9f0a9f9 commit 64c7088

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": "./.svelte-kit/tsconfig.json"
2+
"extends": "./.svelte-kit/tsconfig.json",
3+
"compilerOptions": {
4+
"strict": true
5+
}
36
}

0 commit comments

Comments
 (0)