Compare commits

...

1 Commits

Author SHA1 Message Date
Dariusz Niemczyk
cc7803ff5a Add strictNullChecks to tsconfig.json 2021-07-29 12:59:34 +02:00

View File

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