mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
78bafc5d66
* fix(tsconfigs): Add `jsx: 'preserve'` to the base template * chore: changeset
167 B
167 B
astro |
---|
patch |
Updates the base tsconfig.json
preset with jsx: 'preserve'
in order to fix errors when importing Astro files inside .js
and .ts
files.