Update packages to not use baseUrl #144
Labels
priority: p5/chore 🧹
A cleanup with no end-user impact
scope: repo
Applicable to general repository upkeep
type: ergonomics
Tooling, refactoring, etc
Milestone
We've opted to move away from setting baseUrl in our tsconfig in our generators and instead using an
@
alias as 1) it's easier to handle more consistently with Vite and 2) it doesn't use nonstandard behavior of resolving "bare" imports to to something not node-modules.We should update our packages in this repository to comply with that pattern.
The text was updated successfully, but these errors were encountered: