Strongly typed config (and ts strict mode)

This commit is contained in:
Linnea Gräf 2025-02-22 16:06:44 +01:00
parent 36c05556e5
commit 4585f60af7
No known key found for this signature in database
GPG key ID: AA563E93EB628D91
7 changed files with 31 additions and 16 deletions

View file

@ -8,7 +8,8 @@
"esModuleInterop": true,
"allowImportingTsExtensions": true,
"noEmit": true,
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
"strict": true
},
"ts-node": {
"compilerOptions": {