From 61b5a59ed388a23c1639f2af8a7065eb0ca88ecd Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Tue, 2 Jun 2026 19:08:06 +0700 Subject: [PATCH] chore: auto-commit task - --- services/discord-gateway/tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/discord-gateway/tsconfig.json b/services/discord-gateway/tsconfig.json index 23ce02e..f853b4b 100644 --- a/services/discord-gateway/tsconfig.json +++ b/services/discord-gateway/tsconfig.json @@ -3,7 +3,7 @@ "target": "ES2020", "module": "ES2020", "lib": ["ES2020"], - "moduleResolution": "node", + "moduleResolution": "bundler", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, @@ -15,7 +15,6 @@ "sourceMap": true, "outDir": "./dist", "rootDir": "./src", - "baseUrl": ".", "paths": { "@/*": ["./src/*"] }