From 51231fac558aa63f63bbbe611004a87e896c4794 Mon Sep 17 00:00:00 2001 From: rca Date: Sun, 16 Jun 2024 15:20:54 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=82=B9=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.paths.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.paths.json b/tsconfig.paths.json index 7f06e32..7a62254 100644 --- a/tsconfig.paths.json +++ b/tsconfig.paths.json @@ -2,7 +2,9 @@ "compilerOptions": { "baseUrl": "src", "paths": { - "@src/*": ["./*"], + "@src/*": ["./src/*"], + "@routers/*": ["./src/routers/*"], + "@middlewares/*": ["./src/routers/middlewares/*"], } } }