Skip to content

Commit

Permalink
feat: add strong type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotell committed Mar 27, 2017
1 parent 240e602 commit 860e500
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.base.json
Expand Up @@ -7,6 +7,10 @@
"es2015",
"dom"
],
"noUnusedLocals": true,
"strictNullChecks": true,
"noImplicitAny": true,
"noImplicitThis": true,
"allowSyntheticDefaultImports": true,
"suppressImplicitAnyIndexErrors": true,
"forceConsistentCasingInFileNames": true,
Expand Down

0 comments on commit 860e500

Please sign in to comment.