pnpm-astro-monorepo-template/package/tsconfig.json

7 lines
95 B
JSON
Raw Permalink Normal View History

2024-03-06 19:27:27 +00:00
{
"extends": "astro/tsconfigs/strictest",
"compilerOptions": {
"jsx": "preserve"
}
}