You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to tsconfig.json are not picked up until the dev server is restarted, in most cases this doesn't matter, but it's annoying when working with aliases since every change requires a restart
When implementing this, make sure that changes to files the tsconfig.json extends from are also picked up!
matthewp
added
- P4: important
Violate documented behavior or significantly impacts performance (priority)
and removed
- P5: urgent
Fix build-breaking bugs affecting most users, should be released ASAP (priority)
labels
Oct 7, 2022
What version of
astro
are you using?1.3.2
Are you using an SSR adapter? If so, which one?
N/A
What package manager are you using?
pnpm
What operating system are you using?
macOS
Describe the Bug
Changes to
tsconfig.json
are not picked up until the dev server is restarted, in most cases this doesn't matter, but it's annoying when working with aliases since every change requires a restartWhen implementing this, make sure that changes to files the
tsconfig.json
extends from are also picked up!Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ywqjca?file=tsconfig.json&on=stackblitz
Participation
The text was updated successfully, but these errors were encountered: