diff --git a/jsconfig.json b/jsconfig.json index 05c9a30..1ae930d 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -2,7 +2,8 @@ "compilerOptions": { "baseUrl": "./", "paths": { - "@styles/*": ["styles/*"] + "@styles/*": ["styles/*"], + "@components/*": ["components/*"] } } }