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 e341f8e commit 98fed3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/node-dev/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"lib": [
"es2017"
"es2019"
],
"types": [
"node"
Expand All @@ -15,7 +15,7 @@
"preserveConstEnums": true,
"declaration": true,
"outDir": "./dist/",
"target": "es2017",
"target": "es2019",
"sourceMap": true
},
"include": [
Expand Down

0 comments on commit 98fed3a

Please sign in to comment.