diff --git a/tsconfig.build.json b/tsconfig.build.json index ca83a6b..0744d9f 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig.json", - "exclude": ["node_modules", "test", "dist", "**/*spec.ts", "jest.config.ts"] + "exclude": ["node_modules", "test", "dist", "**/*spec.ts", "jest.*.ts"] }