Skip to content

Commit

Permalink
tsconfig.json explicitly set "strict": false
Browse files Browse the repository at this point in the history
TODO: consider setting `"strict": true`, see #153
  • Loading branch information
Vatroslav Vrbanic committed Aug 28, 2022
1 parent 6d89ca9 commit 28547c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
*/
"allowJs": true,
"checkJs": true,
"strict": false,
"paths": {
"$app/env": ["src/$app/env"],
"svelthree/stores": ["./stores"]
Expand Down

0 comments on commit 28547c4

Please sign in to comment.