mirror of
https://github.com/withastro/astro.git
synced 2025-08-06 06:45:55 +08:00

* Add tsconfig templates to extend from * Add changeset * Right order for assign parameters * Add tsconfigs to export map
8 lines
165 B
JSON
8 lines
165 B
JSON
{
|
|
"extends": "astro/tsconfigs/base",
|
|
"compilerOptions": {
|
|
// Needed for TypeScript intellisense in the template inside Vue files
|
|
"jsx": "preserve"
|
|
}
|
|
}
|