Fix 'Add only entry points...' warning

This commit is contained in:
Ben Goldsworthy 2020-11-01 12:02:47 +00:00
parent 1c74d372ac
commit 9925e66c63

View file

@ -8,5 +8,9 @@
"exclude": [ "exclude": [
"test.ts", "test.ts",
"**/*.spec.ts" "**/*.spec.ts"
],
"files": [
"main.ts",
"polyfills.ts"
] ]
} }