Skip to content

Commit

Permalink
fix: errors in browser.ts (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
da-z authored Mar 14, 2024
1 parent 6d37566 commit dfc7988
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"module": "ES2022",
"outDir": "./dist",
"target": "ES6",
"lib": [
"es6",
"es2018.asyncgenerator",
"dom"
]
},

"ts-node": {
Expand Down

0 comments on commit dfc7988

Please sign in to comment.