2.1.9 • Published 3 years ago

yarn-workspaces-to-typescript-project-references v2.1.9

Weekly downloads
205
License
MIT
Repository
github
Last release
3 years ago

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:

  • check project references, to be run on CI.
  • write project references, to be run locally to update them.
  • Writes tsconfig.json solutions file to the repo root.
  • Detects test.tsconfig.json files in packages and correct references.

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
2.1.9

3 years ago

2.1.8

4 years ago

2.1.7

4 years ago

2.1.4

4 years ago

2.1.6

4 years ago

2.1.5

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago