Merge pull request #463 from KATT/feature/strict-mode

turn on typescript `strict` mode
This commit is contained in:
Peer_Rich 2021-08-17 11:49:44 +02:00 committed by GitHub
commit 5d700779fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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