Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript: Add support for unfurling compilerOptions.paths #31

Open
davidmfoley opened this issue Aug 25, 2020 · 3 comments
Open

Typescript: Add support for unfurling compilerOptions.paths #31

davidmfoley opened this issue Aug 25, 2020 · 3 comments

Comments

@davidmfoley
Copy link
Owner

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 #25 (comment)

@spookyuser
Copy link

omg pls 🙏

@davidmfoley
Copy link
Owner Author

@spookyuser would you mind describing the behavior you'd like to see?

@spookyuser
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants