diff --git a/core/tsconfig.json b/core/tsconfig.json index f5fb73a072..5eb7dc4809 100644 --- a/core/tsconfig.json +++ b/core/tsconfig.json @@ -38,6 +38,7 @@ ], "baseUrl": ".", "paths": { + "@/vibes/*": ["./vibes/*"], "~/*": ["./*"] }, "tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"