Make typescript more strict

This commit is contained in:
Tristan Daniël Maat 2022-07-30 17:55:13 +01:00
parent 576d2dc69a
commit 82fa543e43
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"strictNullChecks": true,
"strictPropertyInitialization": true,
"esModuleInterop": true,
"jsx": "react"
}