mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-03 14:05:03 +08:00
build(backend): enable more ts flags
This commit is contained in:
parent
abbe77b01b
commit
33d0812019
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@
|
|||
"strictNullChecks": true,
|
||||
"skipLibCheck": false,
|
||||
"noImplicitReturns": true,
|
||||
"noPropertyAccessFromIndexSignature": true
|
||||
"noPropertyAccessFromIndexSignature": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"ts-node": {
|
||||
"files": true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue