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

8 lines
115 B
JSON
Raw Permalink Normal View History

2024-03-06 19:27:27 +00:00
{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
},
"exclude": ["dist"]
}