diff --git a/apps/api/tsconfig.json b/apps/api/tsconfig.json index e578b2c..9e6254a 100644 --- a/apps/api/tsconfig.json +++ b/apps/api/tsconfig.json @@ -5,6 +5,7 @@ "rootDir": "./src", "module": "CommonJS", "target": "ES2022", + "moduleResolution": "node", "esModuleInterop": true }, "include": ["src/**/*"],