From ac48287cca29c0c8a64215a8b5fc5215ff77073c Mon Sep 17 00:00:00 2001 From: gmguarino Date: Thu, 18 Apr 2024 18:25:08 +0200 Subject: [PATCH] add: components to ts-config explicit --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f3a4ec108..339c31ed6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,8 @@ "baseUrl": ".", "paths": { "@/*": ["./src/*"], - "~/*": ["./public/*"] + "~/*": ["./public/*"], + "@/components/*": ["./src/components/*"] }, "incremental": true, "plugins": [