Add strictNullChecks to tsconfig.json

dx/typescript-strict-null-checks
Dariusz Niemczyk 2021-07-29 12:59:34 +02:00
parent 1d54312c9f
commit cc7803ff5a
No known key found for this signature in database
GPG Key ID: 0AD2F70C94CA5B03
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"outDir": "./lib",
"declaration": true,
"jsx": "react",
"strictNullChecks": true,
"types": [
"node",
"react",