Browse Source

fix(ts): update target

pull/6109/head
Kenrick Tandrian 1 month ago
parent
commit
37614805e7
  1. 1
      apps/api/tsconfig.spec.json

1
apps/api/tsconfig.spec.json

@ -3,6 +3,7 @@
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "preserve",
"target": "es2021",
"types": ["jest", "node"]
},
"include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts", "jest.config.ts"]

Loading…
Cancel
Save