Files
vercel__workflow/workbench/astro/tsconfig.json

11 lines
187 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"paths": {
"@repo/*": ["../../*"]
}
},
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}