diff --git a/tsconfig.app.json b/tsconfig.app.json index c4178c82..5d8bd2bf 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -18,10 +18,10 @@ "jsx": "react-jsx", /* Linting */ - "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true, + "strict": false, + "noUnusedLocals": false, + "noUnusedParameters": false, + "noFallthroughCasesInSwitch": false, "baseUrl": "./", "paths": {