Skip to content

Commit

Permalink
chore: allow esbuild-wasm to upgrade
Browse files Browse the repository at this point in the history
See evanw/esbuild#2388 for why this fix was necessary.
  • Loading branch information
xiehan committed Aug 19, 2023
1 parent c9552cf commit 44cd25d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/typescript-step-functions-mixed/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"inlineSourceMap": true,
"inlineSources": true,
"lib": [
"es2019"
"es2019",
"dom"
],
"module": "CommonJS",
"noEmitOnError": true,
Expand All @@ -31,4 +32,4 @@
"node_modules",
".yalc"
]
}
}

0 comments on commit 44cd25d

Please sign in to comment.