node-trucker
node-trucker copied to clipboard
Typescript: Add support for unfurling `compilerOptions.paths`
It also does not support using a jsconfig.json
with resolved paths, like
{
"compilerOptions": {
"baseUrl": "src",
"paths": {
"~/*": ["src/*"]
},
"jsx": "react"
},
"include": ["src"]
}
Originally posted by @JuanGaray93 in https://github.com/davidmfoley/node-trucker/issues/25#issuecomment-646702734
omg pls 🙏
@spookyuser would you mind describing the behavior you'd like to see?
Sure basically moving around files which are referenced by other files only by their alias, so rn when you refactor in webstorm, or vscode it just can't adjust the path alias to the new location or convert the path alias to an absolute path