Browse Source

fix(ts): change module and moduleResolution for api

pull/6109/head
Kenrick Tandrian 1 month ago
parent
commit
0848e7064e
  1. 3
      apps/api/tsconfig.app.json

3
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"]

Loading…
Cancel
Save