diff --git a/apps/api/tsconfig.app.json b/apps/api/tsconfig.app.json index 655120714..45a4f8367 100644 --- a/apps/api/tsconfig.app.json +++ b/apps/api/tsconfig.app.json @@ -1,11 +1,12 @@ { "extends": "./tsconfig.json", "compilerOptions": { + "moduleResolution": "bundler", "outDir": "../../dist/out-tsc", "types": ["node"], "emitDecoratorMetadata": true, "target": "es2021", - "module": "commonjs" + "module": "preserve" }, "exclude": ["**/*.spec.ts", "**/*.test.ts", "jest.config.ts"], "include": ["**/*.ts"]