Skip to content

Commit

Permalink
Add strict typechecking
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Mar 14, 2022
1 parent 9f0a9f9 commit 64c7088
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "./.svelte-kit/tsconfig.json"
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"strict": true
}
}

0 comments on commit 64c7088

Please sign in to comment.