Skip to content

Commit 2b2cb50

Browse files
committed
fix(#49): fixes #49 - warnings about unused files during angular build
1 parent 0e3cd2f commit 2b2cb50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workspaces/angular-app/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"types": []
77
},
88
"files": ["src/main.ts", "src/polyfills.ts"],
9-
"include": ["src/**/*.d.ts", "../shared-lib/**/*"]
9+
"include": ["src/**/*.d.ts", "../shared-lib/.dist/**/*"]
1010
}

workspaces/angular-app/tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"types": ["jasmine"]
77
},
88
"files": ["src/test.ts", "src/polyfills.ts"],
9-
"include": ["src/**/*.spec.ts", "src/**/*.d.ts", "../shared-lib/**/*"]
9+
"include": ["src/**/*.spec.ts", "src/**/*.d.ts", "../shared-lib/.dist/**/*"]
1010
}

0 commit comments

Comments
 (0)