diff --git a/tsconfig.paths.json b/tsconfig.paths.json index 2c1a81e..23b5e4f 100644 --- a/tsconfig.paths.json +++ b/tsconfig.paths.json @@ -6,6 +6,7 @@ "@routers/*": ["./routers/*"], "@middlewares/*": ["./routers/middlewares/*"], "@utils/*": ["./utils/*"], + "@services/*": ["./services/*"], } } }