From b4cb1e08642807de4143d2ae60f8ae5791a0d9cb Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Sat, 17 Feb 2024 08:01:44 +0300 Subject: [PATCH] build: add references --- tsconfig.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 238a887..14653dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,12 @@ "@component/*": [ "./src/components/*" ], + "@service/*": [ + "./src/services/*" + ], + "@page/*": [ + "./src/page/*" + ], "@/*": [ "./src/*" ]