diff --git a/tsconfig.node.json b/tsconfig.node.json index c41d2a8..44ad1a9 100644 --- a/tsconfig.node.json +++ b/tsconfig.node.json @@ -20,5 +20,6 @@ "noUnusedParameters": true, "noFallthroughCasesInSwitch": true }, - "include": ["vite.config.ts"] + "include": ["vite.config.ts"], + "exclude": ["components.d.ts"] }