You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[dnt] Transforming...
[dnt] Running npm install...
added 1 package, and audited 2 packages in 974ms
found 0 vulnerabilities
[dnt] Building project...
[dnt] Type checking ESM...
- error TS2552: Cannot find name 'MapIterator'. Did you mean 'Iterator'?
How should I fix the type checks?
The text was updated successfully, but these errors were encountered:
Using the new types such as
MapIterator
introduced in TypeScript 5.6 breaks the type check in my DNT builds.I am using
@deno/dnt@^0.41.3
, where@ts-morph/bootstrap@^0.24.0
should be usingtypescript@~5.6.2
, but ESM checks are failing for some reason.How should I fix the type checks?
The text was updated successfully, but these errors were encountered: