mirror of
https://github.com/withastro/astro.git
synced 2025-08-06 06:45:55 +08:00
10 lines
232 B
JSON
10 lines
232 B
JSON
{
|
|
"extends": "astro/tsconfigs/base",
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
// Needed for TypeScript intellisense in the template inside Vue files
|
|
"jsx": "preserve"
|
|
}
|
|
}
|