From ab851fb9188ebdd6ed13703d983b00c560dbf560 Mon Sep 17 00:00:00 2001 From: swve Date: Tue, 24 Jan 2023 23:04:10 +0100 Subject: [PATCH] chore: add styles to ts paths --- front/tsconfig.json | 1 + 1 file changed, 1 insertion(+) 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/*"] }