Skip to content

Commit

Permalink
Fix issue with jest and decorators
Browse files Browse the repository at this point in the history
Add experimental decorators and emit decorator
metadata to tsconfig.json
  • Loading branch information
davelopez committed Nov 29, 2023
1 parent bcfd586 commit daaf08c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"target": "es2019",
"lib": ["ES2019", "WebWorker"],
"module": "commonjs",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true,
Expand All @@ -13,9 +15,6 @@
"@schemas/*": ["../workflow-languages/schemas/*"]
}
},
"files": [],
"include": [],
"exclude": [],
"references": [
{
"path": "packages/server-common"
Expand Down

0 comments on commit daaf08c

Please sign in to comment.