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

Add tsconfig-paths to documentation #704

Closed
darcyparker opened this issue Oct 11, 2018 · 4 comments
Closed

Add tsconfig-paths to documentation #704

darcyparker opened this issue Oct 11, 2018 · 4 comments
Labels
you can do this Good candidate for a pull request.

Comments

@darcyparker
Copy link

darcyparker commented Oct 11, 2018

I learned about tsconfig-paths in #138.

Path mappings are very useful, so using tsconfig-paths is often a must have for me when using ts-node.

I think it would be helpful to list of useful modules like tsconfig-paths in the README.md. (Similar to recommendations made for Watching and Restarting.)

EDIT from @cspotcode: marked this ticket as "help wanted" with a list of tasks here: #704 (comment)

@blakeembrey
Copy link
Member

It is in the README under the tsconfig.json section. I’ll keep this issue open to refactor this into a “related” module area instead.

@cspotcode
Copy link
Collaborator

@blakeembrey do you think this is adequately covered by this page? https://typestrong.org/ts-node/docs/paths

@FossPrime
Copy link

FossPrime commented Jun 18, 2021

@cspotcode it's informative... but it should probably contain some samples of common scenarios, known bugs and links to the issues about this.

#1007 (comment)

@cspotcode
Copy link
Collaborator

@rayfoss how about this as a plan forward? I think it strikes a balance between improving the docs, saving the team's limited time resources, and giving users agency to help each other. It effectively solves the core problem which is: "make this work for users"

  • Create an official discussion thread for paths and tsconfig-paths usage
  • Link to this discussion thread from that docs page
  • Encourage users to share working configurations in that thread
  • If / when certain configurations emerge as the best, clearest examples, we look at adding them to the website

If that plan sounds good, I can mark this ticket as "help wanted" and allow the community to tackle all of those tasks.

@cspotcode cspotcode added the you can do this Good candidate for a pull request. label Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
you can do this Good candidate for a pull request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants