diff --git a/tsconfig.json b/tsconfig.json index a7fc6fb..8b2c2d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,9 +15,9 @@ "jsx": "react-jsx", /* Linting */ - "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "strict": false, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true }, "include": ["src"],