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

8 lines
115 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "preserve"
},
"exclude": ["dist"]
}