TypeScript Project References (Shared TypeScript Libraries) // in 4 minutes

preview_player
Показать описание
Project references make it easy to swiftly and reliably work on multiple TypeScript projects with well defined dependency relationships.

🚥 Professional Courses

In this tutorial we will look at project references and related feature like the references property, composite property, and the compiler build flag 🌹

🏷 #basarat #5MinutesOrLess #TypeScript #JavaScript #Tutorial #Project #References

👇 ❤️ Subscribe for MOORE ❤️ 👇

**Feel Free To Read This Lot**

I'm Basarat, and I love helping developers. More about me:

Microsoft MVP for TypeScript
200K contributions on Stackoverflow. Top Contributor for TypeScript.
Book Author: Beginning NodeJS
Book Author: TypeScript Deep Dive
Creator of multiple hot ✨ed Github Open Source projects

Рекомендации по теме
Комментарии
Автор

The fact that you can recompile lib projects with the watch flag was something I was looking for for so long. Thanks!!

EduVencovsky
Автор

underrated channel, thanks for the great content

lahcencodery
Автор

This was great, use this with typescript "path" parameter if you don't like the relative path names.

jialx
Автор

I have the references set up, but somehow the ci/cd pipeline keeps failing because it cannot find module lib in this scenario. I use github actions for the pipeline. Would you perhaps know how that could be fixed?

stphnn
Автор

I use Nx to achieve similar thing and more, but with more complexity. Am I a bad developer for not liking and not using semicolons?

ftnsco