Skip to content

Commit

Permalink
feat: Updated packages/workflow/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent 8d4b20d commit 0327b3d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/workflow/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
"compilerOptions": {
"lib": [
"dom",
"es2017"
"es2018"
],
"types": [
"node",
"jest"
],
"lib": [
"dom",
"es2018"
]
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
Expand All @@ -19,7 +23,7 @@
"preserveConstEnums": true,
"declaration": true,
"outDir": "./dist/",
"target": "es2017",
"target": "es2018"
"sourceMap": true
},
"include": [
Expand Down

0 comments on commit 0327b3d

Please sign in to comment.