chore: fix tsconfig
Signed-off-by: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@
|
|||||||
"lint": "yarn lint:js"
|
"lint": "yarn lint:js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@braks/vue-flow": "file:./",
|
"@braks/vue-flow": "link:./",
|
||||||
"@braks/revue-draggable": "^0.4.2",
|
"@braks/revue-draggable": "^0.4.2",
|
||||||
"@types/d3": "^7.1.0",
|
"@types/d3": "^7.1.0",
|
||||||
"@vueuse/core": "^7.5.5",
|
"@vueuse/core": "^7.5.5",
|
||||||
|
|||||||
+3
-2
@@ -33,11 +33,12 @@
|
|||||||
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
|
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"include": ["src", "examples"],
|
"include": ["src"],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"node_modules",
|
"node_modules",
|
||||||
"build",
|
"build",
|
||||||
"dist",
|
"dist",
|
||||||
"cypress"
|
"cypress",
|
||||||
|
"examples"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user