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

Remove dependency on tsconfig.paths.json #58

Open
Adjective-Object opened this issue Oct 4, 2023 · 0 comments
Open

Remove dependency on tsconfig.paths.json #58

Adjective-Object opened this issue Oct 4, 2023 · 0 comments

Comments

@Adjective-Object
Copy link
Owner

tsconfig.paths.json is nonstandard, and only used to get an accounting of:

  • what package names map to what package paths
  • how output paths map to source paths

Both of these are available elsewhere!

  • package_name -> package paths: we can discover this by looking at package.json files during the source walk
  • package/lib/foo -> packages/src/foo.ts mapping: we can look this up by resolving the "source' export condition from those package.Json files
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

1 participant