Make typescript more strict

pull/6/head
Tristan Daniël Maat 2022-07-30 17:55:13 +01:00
parent 576d2dc69a
commit 82fa543e43
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 0 deletions

View File

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