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
Right, I'm compiling typescript in this module directly (core), not on the examples.
That is, I'm executing "tsc" or "npm run build" in @awayjs/core, not in @awayjs/awayjs-examples.
Typescript compilation yields the following error:
lib/errors/AbstractMethodError.ts(7,34): error TS2354: This syntax requires an imported helper but module 'tslib' cannot be found.
The text was updated successfully, but these errors were encountered: