diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 2c7eeb6..20fb447 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -15,8 +15,7 @@ "isolatedModules": true, "noEmit": true, "jsx": "react-jsx", - "strict": true, - "noImplicitAny": false, + "strict": false, "noUnusedLocals": false, "noUnusedParameters": false, "noFallthroughCasesInSwitch": true,