chore(deps-dev): Move ts-patch and typescript-transform-paths to package dev-deps

This commit is contained in:
Braks
2022-04-11 11:30:10 +02:00
parent 7aa1773e02
commit c52b870a3d
4 changed files with 16 additions and 5 deletions
+2
View File
@@ -48,6 +48,8 @@
"postcss": "^8.4.8",
"postcss-cli": "^9.1.0",
"postcss-nested": "^5.0.6",
"ts-patch": "^2.0.1",
"typescript-transform-paths": "^3.3.1",
"unplugin-auto-import": "^0.6.9",
"vite": "2.5.x",
"vite-plugin-vue-type-imports": "^0.1.3",
+5 -1
View File
@@ -25,7 +25,11 @@
"~/*": [
"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"