I am writing my app in TypeScript. I have a base class, and I want to make another class that extends it. But, when the app builds, I get this error:
TS2343: This syntax requires an imported helper named '__extends', but module 'tslib' has no exported member '__extends'
Does the TypeScript in the build process not support inheritance?
Answered! Go to the Best Answer.
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
Sorry for the delay on this one.
Our TypeScript implementation isn't completed yet, and this appears to be one of the areas which is still in development, but it will be resolved in a future update!
Best Answer
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.