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",
|
||||
"declaration": true,
|
||||
"jsx": "react",
|
||||
"strictNullChecks": true,
|
||||
"types": [
|
||||
"node",
|
||||
"react",
|
||||
|
|
Loading…
Add table
Reference in a new issue