feat(tooling): add tsconfig to tooling pkgs

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-22 20:20:11 +01:00
committed by Braks
parent 45cbdbfd27
commit 2a6077ed9f
30 changed files with 198 additions and 273 deletions
+2 -2
View File
@@ -24,8 +24,7 @@
"types": "pnpm prepare && vue-tsc --declaration --emitDeclarationOnly && shx rm -rf tmp",
"postbuild": "shx rm -rf tmp",
"test": "exit 0;",
"lint:js": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix .",
"lint": "pnpm lint:js"
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix ."
},
"dependencies": {
"pathfinding": "^0.4.18",
@@ -34,6 +33,7 @@
"devDependencies": {
"@vue-flow/core": "workspace:*",
"@vue-flow/eslint-config": "workspace:*",
"@vue-flow/tsconfig": "workspace:*",
"@types/pathfinding": "^0.0.6",
"@vitejs/plugin-vue": "^4.0.0",
"ts-patch": "^2.1.0",