Skip to content

Commit

Permalink
improve ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Dec 17, 2017
1 parent e319ae7 commit f7ab24c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
/* Strict Type-Checking Options */
"strict": true,
"noImplicitAny": false,
"strictNullChecks": false,
"strictNullChecks": true,
"noImplicitThis": true,
"alwaysStrict": false,
"alwaysStrict": true,

/* Additional Checks */
"noUnusedLocals": true,
Expand Down

0 comments on commit f7ab24c

Please sign in to comment.