diff --git a/tsconfig.json b/tsconfig.json index e26575d..a453315 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,11 +18,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "erasableSyntaxOnly": true, "noFallthroughCasesInSwitch": true, - "noUncheckedSideEffectImports": true + "allowSyntheticDefaultImports": true }, "include": ["src", "prettier.config.ts", "eslint.config.ts", "vite.config.ts"] }