feat: add vueflow pkg that exports all features

This commit is contained in:
braks
2022-10-10 21:33:44 +02:00
committed by Braks
parent 082050b164
commit 9c78528d7f
4 changed files with 13 additions and 97 deletions
+3 -6
View File
@@ -16,15 +16,12 @@
"forceConsistentCasingInFileNames": true,
"declaration": true,
"declarationDir": "./dist",
"types": ["vite/client", "vue/macros"],
"emitDeclarationOnly": true,
"types": ["vite/client"],
"jsx": "preserve",
"paths": {
"~/*": ["src/*"]
},
"plugins": [
// Transform paths in output .d.ts files (Include this line if you output declarations files)
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
}
},
"include": ["./src"],
"exclude": ["node_modules", "dist"],