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
importtsutilsfrom'tsutils'// no typescript errortsutils.isTypeAliasDeclaration
at runtime:
tsutils_1.default.isTypeAliasDeclaration;
^
TypeError: Cannot read properties of undefined (reading 'isTypeAliasDeclaration')
this seems to only be an issue with the compiled *.d.ts files, it doesn't happen with the source code. i'm not really sure how this project is built because npm run compile doesn't seem to output anything so it's difficult for me to minify the issue
The text was updated successfully, but these errors were encountered:
at runtime:
this seems to only be an issue with the compiled
*.d.ts
files, it doesn't happen with the source code. i'm not really sure how this project is built becausenpm run compile
doesn't seem to output anything so it's difficult for me to minify the issueThe text was updated successfully, but these errors were encountered: