From fc0d0245226f5f6557116c3bf896423d77327d2a Mon Sep 17 00:00:00 2001 From: "Visal .In" Date: Sat, 19 Oct 2024 15:29:59 +0700 Subject: [PATCH] add paths --- tsconfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 10fc729..889e1b5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,11 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true, "strict": true, - "baseUrl": "./" + "baseUrl": "./", + "paths": { + "src/*": ["src/*"], + "src": ["src"] + } }, "include": ["src/**/*"], "exclude": ["node_modules"]