Skip to content

Commit

Permalink
feat: Updated packages/node-dev/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 a9558a9 commit 1ec601a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/node-dev/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"preserveConstEnums": true,
"declaration": true,
"outDir": "./dist/",
"target": "es2019",
"target": "es2020",
"moduleResolution": "node",
"sourceMap": true
},
"include": [
Expand Down

0 comments on commit 1ec601a

Please sign in to comment.