chore: fix tsconfig

Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
bcakmakoglu
2022-02-21 10:58:47 +01:00
committed by Braks
parent b51c26f6bb
commit fe31112c5a
2 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
"lint": "yarn lint:js"
},
"dependencies": {
"@braks/vue-flow": "file:./",
"@braks/vue-flow": "link:./",
"@braks/revue-draggable": "^0.4.2",
"@types/d3": "^7.1.0",
"@vueuse/core": "^7.5.5",

View File

@@ -33,11 +33,12 @@
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"include": ["src", "examples"],
"include": ["src"],
"exclude": [
"node_modules",
"build",
"dist",
"cypress"
"cypress",
"examples"
]
}