carpa_turborepo/apps/web-astro/tsconfig.json

13 lines
264 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
},
"jsx": "preserve"
},
"include": [".astro/types.d.ts", "src/**/*", "astro.config.mjs"],
"exclude": ["dist", "node_modules"]
}