Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 4bd25ad

Browse files
committed
fix: Hide environment.prod.ts included in compilation warning
1 parent 481ff84 commit 4bd25ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

demo/src/tsconfig.app.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"baseUrl": "",
77
"types": []
88
},
9+
"files": [
10+
"./main.ts",
11+
"./polyfills.ts"
12+
],
913
"exclude": [
1014
"test.ts",
1115
"**/*.spec.ts"

0 commit comments

Comments
 (0)