mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@repo/*": ["../../*"]
|
|
}
|
|
}
|
|
}
|