turn on typescript strict mode

This commit is contained in:
KATT 2021-08-16 18:15:03 +02:00
parent ec9fefefec
commit b13739bb99

View file

@ -13,7 +13,7 @@
},
"allowJs": true,
"skipLibCheck": true,
"strict": false,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,