From ad0940c087f2288514be4be95fa61a476045febc Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Wed, 5 Jun 2024 21:43:29 +0300 Subject: [PATCH] build: add custom refs --- tsconfig.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9ab414b..77940dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,7 +29,12 @@ "./src/pages/*" ], "@model/*": [ - "./src/shared/*" + "./src/shared/structs/*" + ], + "@api/*": [ + "./src/shared/responses/*", + "./src/shared/requests/*", + "./src/api/*" ], "@/*": [ "./src/*"