Skip to content

Commit

Permalink
Merge pull request #26 from sharwell/strictnull
Browse files Browse the repository at this point in the history
Enable strict null checking
  • Loading branch information
sharwell authored Oct 10, 2016
2 parents 403cd82 + ec513bc commit 6242f41
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 @@ -5,6 +5,7 @@
"module": "commonjs",
"target": "es2015",
"noImplicitAny": true,
"strictNullChecks": true,
"experimentalDecorators": true,
"declaration": true,
"preserveConstEnums": true,
Expand Down

0 comments on commit 6242f41

Please sign in to comment.