[babel-plugin] Automatically pick up alias configuration from package.json or tsconfig
Open
enhancement
good first issue
help wanted
- Dominant language
- JavaScript
- Stars
- 10.3k
- Forks
- 481
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 13
Description
Aliases are often configured in `tsconfig.json` files and sometimes in `package.json` files. The compiler should automatically pick up these configurations because `require.resolve` and `esm-resolve` don't do this for you.
Contributor guide
Assessment
This issue has not been assessed yet.