From 8f69b575d705eaef74130399605c0a2592019c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Abadesso?= Date: Mon, 17 May 2021 16:09:57 -0300 Subject: [PATCH] chore: using --- tsconfig.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index e8e2511f..33057047 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,12 +8,6 @@ "sourceMap": true, "rootDir": "./src", "strict": true, - "strictFunctionTypes": false, - "noImplicitAny": false, - "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true, - "noUnusedLocals": true, - "noUnusedParameters": true, "moduleResolution": "node", "jsx": "react", "esModuleInterop": true,