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,