enable noFallthroughCasesInSwitch

This commit is contained in:
Nebel 2020-02-12 02:37:40 +09:00
parent fd2214375b
commit 332b4199ee

View file

@ -5,6 +5,7 @@
"moduleResolution": "node",
"declaration": true,
"strict": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
"noUnusedParameters": true