Skip to content

Commit

Permalink
build(ts): strict: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedap committed May 26, 2020
1 parent 785d9af commit c16cf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
Expand Down

0 comments on commit c16cf47

Please sign in to comment.