astro-ghostcms/packages/astro-ghostcms-theme-default/tsconfig.json

7 lines
92 B
JSON
Raw Normal View History

2024-01-23 18:51:23 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
}
}