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
Essentially, as the package currently stands, you must use NodeNext for moduleResolution
in your tsconfig.json to import it -- this isn't a very good place to be; I'd prefer to provide support
for many more module resolution patterns, e.g. bundler.
The text was updated successfully, but these errors were encountered:
Related to #145 (comment).
Essentially, as the package currently stands, you must use
NodeNext
formoduleResolution
in your
tsconfig.json
to import it -- this isn't a very good place to be; I'd prefer to provide supportfor many more module resolution patterns, e.g.
bundler
.The text was updated successfully, but these errors were encountered: