mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
11 lines
187 B
JSON
11 lines
187 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@repo/*": ["../../*"]
|
|
}
|
|
},
|
|
"include": [".astro/types.d.ts", "**/*"],
|
|
"exclude": ["dist"]
|
|
}
|