Add strictNullChecks to tsconfig.json
This commit is contained in:
parent
1d54312c9f
commit
cc7803ff5a
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
"outDir": "./lib",
|
"outDir": "./lib",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
|
"strictNullChecks": true,
|
||||||
"types": [
|
"types": [
|
||||||
"node",
|
"node",
|
||||||
"react",
|
"react",
|
||||||
|
|
Loading…
Add table
Reference in a new issue