beemojs / beemo

🤖 Centralized configuration layer for dev tools. Beep boop.
https://beemo.dev
MIT License
143 stars 9 forks source link

Support TypeScript composite/reference projects #13

Closed milesj closed 5 years ago

milesj commented 6 years ago

This should replace the --workspaces option.

https://blogs.msdn.microsoft.com/typescript/2018/07/30/announcing-typescript-3-0/#project-references

https://github.com/RyanCavanaugh/project-references-demo

milesj commented 5 years ago

Implemented here: https://github.com/beemojs/beemo/pull/40