diff --git a/tsconfig.build.json b/tsconfig.build.json index 6a1b54a..55d8b62 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -2,10 +2,10 @@ "exclude": [ "**/*.spec.ts", "**/*.test.ts", + "**/coverage/**", "**/dist/**", "**/node_modules/**", - "**/tests/**", - "jest.config.ts" + "**/tests/**" ], "extends": ["./tsconfig.json", "@vbetsch/config-tsconfig/build/base"], "compilerOptions": { diff --git a/tsconfig.json b/tsconfig.json index 932d467..4e24317 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "exclude": ["**/node_modules/**", "**/dist/**"], + "exclude": ["**/node_modules/**", "**/dist/**", "**/coverage/**"], "extends": ["@vbetsch/config-tsconfig/base", "@vbetsch/config-tsconfig/strict"], /* Overrides */ "compilerOptions": {