Add strictNullChecks to tsconfig.json

This commit is contained in:
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

View file

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