Skip to content

Commit

Permalink
chore: update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal committed Oct 15, 2023
1 parent aca5e1b commit e8b799a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"module": "commonjs",
"target": "ES2018",
"outDir": "dist",
"lib": [
"esnext",
"esnext.asynciterable"
],
"lib": ["ES2018"],
// "lib": [
// "esnext",
// "esnext.asynciterable"
// ],
"strict": true
},

Expand Down

0 comments on commit e8b799a

Please sign in to comment.