diff --git a/tsconfig.json b/tsconfig.json index f6e7cb5..a9a9649 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,5 @@ "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ "esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */ }, - "exclude": ["node_modules", "**/*.test.ts"] + "exclude": ["node_modules", "**/*.test.ts", "vitest.config.ts"] }