mirror of https://github.com/vector-im/riot-web
Add strictNullChecks to tsconfig.json
parent
1d54312c9f
commit
cc7803ff5a
|
@ -12,6 +12,7 @@
|
|||
"outDir": "./lib",
|
||||
"declaration": true,
|
||||
"jsx": "react",
|
||||
"strictNullChecks": true,
|
||||
"types": [
|
||||
"node",
|
||||
"react",
|
||||
|
|
Loading…
Reference in New Issue