Skip to content

Commit

Permalink
chore(ts): add strict null checks
Browse files Browse the repository at this point in the history
  • Loading branch information
steabert committed Jun 23, 2019
1 parent e061389 commit 3863ab8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
/* Include Typescript declaration files */
"declaration": true,

/* Basic Options */
"target": "es2015",
"module": "es2015",
Expand All @@ -13,6 +13,7 @@

/* Strict Type-Checking Options */
"strict": true,
"strictNullChecks": true,

/* Module Resolution Options */
"moduleResolution": "node",
Expand Down

0 comments on commit 3863ab8

Please sign in to comment.