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"] }