diff --git a/services/backend/tsconfig.json b/services/backend/tsconfig.json index 23ce02e..f853b4b 100644 --- a/services/backend/tsconfig.json +++ b/services/backend/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/*"] }