Make typescript more strict
This commit is contained in:
parent
576d2dc69a
commit
82fa543e43
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
|
"strictPropertyInitialization": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"jsx": "react"
|
"jsx": "react"
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue