astro-gists/package/tsconfig.json

7 lines
95 B
JSON
Raw Permalink Normal View History

2024-02-24 02:44:44 +00:00
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"jsx": "preserve"
}
}