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
+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"