Browse Source

fix(ts): update tsconfig in api spec

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

2
apps/api/tsconfig.spec.json

@ -3,7 +3,7 @@
"compilerOptions": { "compilerOptions": {
"outDir": "../../dist/out-tsc", "outDir": "../../dist/out-tsc",
"module": "commonjs", "module": "commonjs",
"target": "es2021", "moduleResolution": "node10",
"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