Skip to content

Commit

Permalink
Enabled strict null checking
Browse files Browse the repository at this point in the history
Note this version generates some errors, all of which seem valid to me.  If we adopt this, it seems like it could replace the @NotNull decorator.
  • Loading branch information
Burt Harris authored and sharwell committed Oct 10, 2016
1 parent 403cd82 commit ec513bc
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 ec513bc

Please sign in to comment.