diff --git a/bolt-vite-react-ts/tsconfig.app.json b/bolt-vite-react-ts/tsconfig.app.json index f0a23505..c15dbd60 100644 --- a/bolt-vite-react-ts/tsconfig.app.json +++ b/bolt-vite-react-ts/tsconfig.app.json @@ -16,8 +16,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true }, "include": ["src"] diff --git a/bolt-vite-react-ts/tsconfig.node.json b/bolt-vite-react-ts/tsconfig.node.json index 0d3d7144..3133162c 100644 --- a/bolt-vite-react-ts/tsconfig.node.json +++ b/bolt-vite-react-ts/tsconfig.node.json @@ -14,8 +14,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true }, "include": ["vite.config.ts"] diff --git a/vite-shadcn/tsconfig.app.json b/vite-shadcn/tsconfig.app.json index 66c85c58..5031f7a6 100644 --- a/vite-shadcn/tsconfig.app.json +++ b/vite-shadcn/tsconfig.app.json @@ -16,8 +16,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, /* for ShadCN */ diff --git a/vite-shadcn/tsconfig.node.json b/vite-shadcn/tsconfig.node.json index 0d3d7144..3133162c 100644 --- a/vite-shadcn/tsconfig.node.json +++ b/vite-shadcn/tsconfig.node.json @@ -14,8 +14,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true }, "include": ["vite.config.ts"]