diff --git a/packages/common-ts/tsconfig.json b/packages/common-ts/tsconfig.json index a0161ac..84340a5 100644 --- a/packages/common-ts/tsconfig.json +++ b/packages/common-ts/tsconfig.json @@ -13,6 +13,6 @@ "lib": ["es2015", "es6", "esnext.asynciterable", "dom"], }, "include": ["src/**/*.ts"], - "exclude": ["src/**/__tests__/*.ts"], + "exclude": ["src/**/__tests__/*.ts", "src/**/*.test.ts"], "references": [] }