Compare commits

...
Sign in to create a new pull request.

1 commit

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",