Monotonous

Kev's TypeScript monorepo.

Development

  • Clone this repo.

  • Install dependencies:

    npm install
  • Because dependent projects make use of .d.ts files that are built from their dependencies, you’ll have to build after cloning before you can navigate the repo in an editor without seeing spurious errors.

    npm run build

TODO

References

npm monorepos

npm monorepos

TS project references

Configuring typescript-eslint in a monorepo