Skip to content

Commit

Permalink
chore(typescript): enable strictNullChecks option
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Mar 10, 2021
1 parent 99bd864 commit b1ab5f7
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 @@ -4,6 +4,7 @@
"module": "esnext",
"moduleResolution": "node",
"strict": true,
"strictNullChecks": true,
"target": "es2018"
},
"include": ["src/**/*"]
Expand Down

0 comments on commit b1ab5f7

Please sign in to comment.