DylanVann / yarn-workspaces-to-typescript-project-references

Sync Yarn workspace dependencies with TypeScript project references.
MIT License
22 stars 6 forks source link

yarn-workspaces-to-typescript-project-references

npm

Sync Yarn workspaces dependencies in package.json files with TypeScript project references in tsconfig.json files.

This project may be deprecated when this is resolved: https://github.com/microsoft/TypeScript/issues/25376

Features/Roadmap:

Usage

Install this package:

yarn add -D yarn-workspaces-to-typescript-project-references

Check that references are synced with dependencies:

yarn yarn-workspaces-to-typescript-project-references check

Sync references with dependencies:

yarn yarn-workspaces-to-typescript-project-references write