diff --git a/front/tsconfig.json b/front/tsconfig.json index a7ec212e..31ffef7d 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -24,6 +24,7 @@ "@components/*": ["components/*"], "@public/*": ["public/*"], "@images/*": ["public/img/*"], + "@styles/*": ["styles/*"], "@services/*": ["services/*"], "@editor/*": ["components/Editor/*"] }