fix(core): remove ts-transform-paths and use relative paths

This commit is contained in:
braks
2023-12-12 23:36:33 +01:00
committed by Braks
parent 0506f6ff93
commit 458b5d42ba
48 changed files with 112 additions and 151 deletions
+1 -13
View File
@@ -6,19 +6,7 @@
"resolveJsonModule": true,
"types": [
"vite/client",
"vue/macros",
],
"paths": {
"~/*": [
"src/*"
]
},
"plugins": [
// Transform paths in output .d.ts files (Include this line if you output declarations files)
{
"transform": "typescript-transform-paths",
"afterDeclarations": true
}
"vue/macros"
]
},
"include": [