Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 failure

To 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