@repodog/build-references
TypeScript icon, indicating that this package has built-in type declarations

0.3.28 • Public • Published

@repodog/build-references

The RepoDog build-references command.

npm version License: MIT

Installation

yarn add @repodog/build-references --dev

Usage

The command iterates through each package in a monorepo and adds the references objects into each package's tsconfig.json based on the "internal" dependencies in a package's package.json.

The command can be configured through the repodog.config.json configuration file.

// package.json
{
  "scripts": {
    "build-references": "build-references"
  }
}
// repodog.config.json
{
  "buildReferences": {
    "global": ["@repodog/types"],
  },
}
# terminal
yarn run build-references

Package Sidebar

Install

npm i @repodog/build-references

Weekly Downloads

0

Version

0.3.28

License

MIT

Unpacked Size

26.6 kB

Total Files

29

Last publish

Collaborators

  • dylanaubrey