From 5daec331f846ade36c3f95482a9c56a0059f496f Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 26 Mar 2025 10:37:41 +0100 Subject: [PATCH] feat: tsconfig added path --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 753614f..2bd237b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,8 @@ "paths": { "@/*": ["resources/js/*"], "@models/*":["resources/js/composables/content/models/*"], - "@partials/*":["resources/js/components/content/partials/*"] + "@partials/*":["resources/js/components/content/partials/*"], + "@components/*":["resources/js/components/*"] }, "types": ["vite/client"] }