Skip to content

Commit 2282ddd

Browse files
committed
fix: schematics build
1 parent 3d16ed8 commit 2282ddd

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

projects/testing-library/tsconfig.lib.prod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"angularCompilerOptions": {
99
"compilationMode": "partial"
1010
},
11-
"exclude": ["jest.config.ts"]
11+
"exclude": ["src/test-setup.ts", "**/*.spec.ts", "**/*.test.ts", "jest.config.ts"]
1212
}

projects/testing-library/tsconfig.schematics.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
1313
"skipLibCheck": true,
1414
"sourceMap": false
1515
},
16-
"include": ["schematics/**/*.ts"]
16+
"include": ["schematics/**/*.ts"],
17+
"exclude": ["src/test-setup.ts", "**/*.spec.ts", "**/*.test.ts", "jest.config.ts"]
1718
}

0 commit comments

Comments
 (0)