Skip to content

nwalters512/get-tsconfig-yarn-workspaces-reproduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published