ts-module-resolution-examples
ts-module-resolution-examples copied to clipboard
Typescript 5? 😁
I loved your video (deep dive into TS modules), really good stuff.
Any chance you have something like this for TS 5? 😅
I'm glad it's been useful to you. I did do a set of videos detailing the changes to module resolution in 5.x releases, but I don't think they've been published yet. I'll see if I can get ahold of them somehow.
Ah, I was wrong, they are indeed published, here they are:
- TypeScript 5.0 - Resolution Customization Flags
- TypeScript 5.0 -
--moduleResolution bundler - TypeScript 5.1 -
typeRootsAre Consulted In Module Resolution - TypeScript 5.1 - Explicit
typeRootsDisables Upward Walks for node_modules/@types - TypeScript 5.2 -
moduleandmoduleResolutionMust Match Node.js Settings - TypeScript 5.2 - Type-Only Import Paths + TypeScript Implementation File Extensions