diff --git a/tsconfig.test.json b/tsconfig.test.json index 3fe73a3..41b100d 100644 --- a/tsconfig.test.json +++ b/tsconfig.test.json @@ -9,6 +9,16 @@ "noEmit": true }, "files": ["package.json"], - "include": ["**/*.test.*", "**/*.spec.*", "types/**/*.d.ts", "src/**/*.ts", "src/**/*.tsx"], + "include": [ + "**/*.test.*", + "**/*.spec.*", + "types/**/*.d.ts", + "src/**/*.ts", + "src/**/*.tsx", + "vitest.config.ts", + "vitest.config.mts", + "vite.config.ts", + "vite.config.mts" + ], "exclude": ["node_modules", "dist"] }