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
And that funny .node_modules path seems to be the cause of the error.
It seems like this may be related to the typescript 5 upgrade / cca9c82? If I change moduleResolution back from nodenext to node, the type of _defaultOpts looks like this:
It's also possible that the new type output is valid and just incompatible with my specific project. We are using node 14 and typescript 4, if that matters.
The text was updated successfully, but these errors were encountered:
Describe the bug
My typescript project won't build with
0.1.3
ofy-utility
installed. It complains:The generated
y-multidoc-undomanager.d.ts
indist
in 0.1.2 looks like this:and the one in 0.1.3 looks like this:
And that funny
.node_modules
path seems to be the cause of the error.It seems like this may be related to the typescript 5 upgrade / cca9c82? If I change
moduleResolution
back fromnodenext
tonode
, the type of_defaultOpts
looks like this:which at least doesn't give me any lint errors.
It's also possible that the new type output is valid and just incompatible with my specific project. We are using node 14 and typescript 4, if that matters.
The text was updated successfully, but these errors were encountered: