From c56491df7441f3883a6fc4d62d9e36fdf3c5c665 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 14 Nov 2020 12:32:04 +0300 Subject: fix: enable new option in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f2850b7..7b1d3c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true, + "noFallthroughCasesInSwitch": true, "module": "esnext", "moduleResolution": "node", "resolveJsonModule": true, -- cgit v1.2.3