Skip to content

Commit

Permalink
fix: πŸ› enable strictNullChecks
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 13, 2019
1 parent b25c035 commit 3896de7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Expand Up @@ -5,6 +5,7 @@
"module": "commonjs",
"removeComments": false,
"noImplicitAny": false,
"strictNullChecks": true,
"sourceMap": false,
"outDir": "lib",
"declaration": true
Expand Down

0 comments on commit 3896de7

Please sign in to comment.