Fix 'Add only entry points...' warning
This commit is contained in:
parent
1c74d372ac
commit
9925e66c63
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