elado / yarn-typescript-type-conflicts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yarn workspaces + TypeScript type conflicts

Simulate Error:

node repro.js error
yarn
yarn workspace @x/app type-check

Simulate Success (with nmHoistingLimits: workspaces):

node repro.js success
yarn
yarn workspace @x/app type-check

About


Languages

Language:JavaScript 80.1%Language:TypeScript 19.9%