improve build script

This commit is contained in:
Philipp Kühn
2020-11-10 11:53:47 +01:00
parent efbe21d19a
commit 30009df309
4 changed files with 41 additions and 611 deletions

View File

@@ -28,11 +28,8 @@
"files": [
"./shims/vue.d.ts"
],
"filesGlob": [
"packages/**/*.ts"
],
"exclude": [
"node_modules",
"dist"
"**/node_modules",
"**/dist"
]
}