Add strictNullChecks to tsconfig.json

This commit is contained in:
Dariusz Niemczyk
2021-07-29 12:59:34 +02:00
parent 1d54312c9f
commit cc7803ff5a

View File

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