astro-ghostcms/packages/starlight-ghostcms/tsconfig.json

6 lines
94 B
JSON

{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"jsx": "preserve"
}
}