From f54ff172670c9c5e6f8de8702fdc2c4110357ef4 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 12 Feb 2020 02:41:06 +0900 Subject: [PATCH] enable noFallthroughCasesInSwitch --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7c4531f..71ed46f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "moduleResolution": "node", "declaration": true, "strict": true, + "noFallthroughCasesInSwitch": true, "noImplicitReturns": true, "noUnusedLocals": true, "noUnusedParameters": true