Hoist Astro's type generation for type saftey in authoring enviroments #120
Labels
bug
Something isn't working
Improvement
Improvement to an existing feature
todo
Goal for next major release
When developing a theme, types are generated inside a playground. This makes it hard to properly link types while developing a theme. To improve this, types could also be generated inside the theme package to prevent issues with hoisting or circular type references.
Things to consider:
addDts
. This utility only generates types inside a user project, this issue would require a custom utility (or an upstream addition to AIK) for type generation inside a packagevirtual.d.ts
?The text was updated successfully, but these errors were encountered: