Browse Source

fix(ts): set module to preserve in api spec

pull/6109/head
Kenrick Tandrian 1 month ago
parent
commit
62c324a9a8
  1. 2
      apps/api/tsconfig.spec.json

2
apps/api/tsconfig.spec.json

@ -2,7 +2,7 @@
"extends": "./tsconfig.json", "extends": "./tsconfig.json",
"compilerOptions": { "compilerOptions": {
"outDir": "../../dist/out-tsc", "outDir": "../../dist/out-tsc",
"module": "commonjs", "module": "preserve",
"types": ["jest", "node"] "types": ["jest", "node"]
}, },
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"] "include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"]

Loading…
Cancel
Save