Skip to content

Commit

Permalink
Fix TypeError: X is not a constructor
Browse files Browse the repository at this point in the history
We get this with PointVector in wrangler. Potential root cause:
microsoft/TypeScript#51570
  • Loading branch information
rakyi committed Jan 24, 2025
1 parent 24e3f34 commit a2b07e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devTools/tsconfigs/tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"declarationMap": true,

"lib": ["dom", "dom.iterable", "es2020", "es2021", "es2022", "es2023"],
"target": "es2021",

"alwaysStrict": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit a2b07e9

Please sign in to comment.