turn on typescript `strict` mode

pull/463/head
KATT 2021-08-16 18:15:03 +02:00
parent ec9fefefec
commit b13739bb99
1 changed files with 1 additions and 1 deletions

View File

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