build(backend): enable more ts flags

This commit is contained in:
Miodec 2024-01-18 23:33:50 +01:00
parent abbe77b01b
commit 33d0812019

View file

@ -14,7 +14,9 @@
"strictNullChecks": true,
"skipLibCheck": false,
"noImplicitReturns": true,
"noPropertyAccessFromIndexSignature": true
"noPropertyAccessFromIndexSignature": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true
},
"ts-node": {
"files": true