From 1449aa5ff1a4eb88a710f04021651fa06fc4517b Mon Sep 17 00:00:00 2001 From: Anders Pedersen Date: Mon, 9 Aug 2021 11:19:56 +0200 Subject: [PATCH] desperate attempt to make TS work. https://github.com/facebook/create-react-app/issues/9429#issuecomment-674994709 --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 7b7329f..8ba3503 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,6 +18,7 @@ "noImplicitAny": true, "strictNullChecks": true, "suppressImplicitAnyIndexErrors": true, - "noUnusedLocals": true + "noUnusedLocals": true, + "noFallthroughCasesInSwitch": true } -} \ No newline at end of file +}