mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -05:00
9 lines
159 B
JSON
9 lines
159 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/strict",
|
||
|
"include": [".astro/types.d.ts", "**/*"],
|
||
|
"exclude": ["dist"],
|
||
|
"compilerOptions": {
|
||
|
"jsx": "preserve"
|
||
|
}
|
||
|
}
|