diff --git a/tsconfig.json b/tsconfig.json index a0724f0..df4369e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -60,5 +60,5 @@ // "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */ // "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */ }, - "exclude": ["node_modules", "**/*.test.ts"] -} \ No newline at end of file + "exclude": ["node_modules", "**/*.test.ts", "jest.config.ts"] +}