Skip to content

Commit 143d23f

Browse files
committed
chore: add cypress component testing file to angular tsconfig
1 parent f5e7b4d commit 143d23f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular-zoneless/tsconfig.app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"outDir": "./out-tsc/app",
77
},
88
"include": [
9-
"src/**/*.ts"
9+
"src/**/*.ts",
10+
"cypress/support/component.ts"
1011
],
1112
"exclude": [
1213
"src/**/*.spec.ts",

0 commit comments

Comments
 (0)