Fix 'Add only entry points...' warning
This commit is contained in:
parent
d8a8efe83c
commit
6ba5c561d1
1 changed files with 4 additions and 0 deletions
|
@ -8,5 +8,9 @@
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"test.ts",
|
"test.ts",
|
||||||
"**/*.spec.ts"
|
"**/*.spec.ts"
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
"main.ts",
|
||||||
|
"polyfills.ts"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue