From 0ea9f7c331831d21f6278b03f76efb70e03b8dd2 Mon Sep 17 00:00:00 2001 From: Jorge Moya Date: Wed, 20 Nov 2024 12:34:06 -0600 Subject: [PATCH] chore(core): add @/vibes/* path in tsconfig --- core/tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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"