astro-gists/package/tsconfig.json

7 lines
95 B
JSON

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