fix package build

This commit is contained in:
Philipp Kühn
2020-08-20 23:25:55 +02:00
parent e2114bbc05
commit 4125c2dd17
12 changed files with 593 additions and 546 deletions

View File

@@ -28,17 +28,9 @@
"files": [
"./shims/vue.d.ts"
],
"include": [
"docs/src/**/*.ts",
"docs/src/**/*.tsx",
"docs/src/**/*.vue",
"packages/**/*.ts",
"packages/**/*.tsx",
"packages/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
"node_modules",
"dist"
]
}