Skip to content

Commit

Permalink
support formData.entries()
Browse files Browse the repository at this point in the history
  • Loading branch information
MustafaHaddara committed Aug 26, 2024
1 parent 3569096 commit 8c42240
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/opentelemetry-sdk-trace-web/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "build",
"rootDir": "."
"rootDir": ".",
"lib": [
"dom.iterable"
]
},
"files": [],
"include": [
Expand Down

0 comments on commit 8c42240

Please sign in to comment.