14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"plugins": [
|
|
{
|
|
"name": "@astrojs/ts-plugin"
|
|
}
|
|
],
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"],
|
|
"compilerOptions": {
|
|
"jsx": "preserve"
|
|
}
|
|
}
|