Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwalters512/get-tsconfig-yarn-workspaces-reproduction
https://github.com/nwalters512/get-tsconfig-yarn-workspaces-reproduction
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nwalters512/get-tsconfig-yarn-workspaces-reproduction
- Owner: nwalters512
- Created: 2024-05-08T21:09:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-08T21:32:31.000Z (6 months ago)
- Last Synced: 2024-10-10T03:10:51.617Z (27 days ago)
- Language: JavaScript
- Size: 835 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# get-tsconfig-yarn-workspaces-reproduction
Reproduces an issue where `get-tsconfig` cannot resolve an extended config that's located in a Yarn workspace.
## Steps to reproduce
1. Clone this repository
2. Run `yarn install`
3. `cd packages/library`
4. Run `node get-tsconfig.mjs`
5. Observe a failureTo demonstrate that the issue was introduced in version `4.7.4`:
1. Ensure you're still in the `packages/library` directory
2. Run `yarn add [email protected]`
3. Run `node get-tsconfig.mjs`
4. Observe success