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
I was seeing the same exact error, even with a relatively empty index.ts file.
This was resolved by not installing any "typescript" dev dependency and using the following tsconfig.json file at the top of the project:
I've upgraded my clockface project with SDK types (converted to Typescript). Now during build I am getting this error:
It doesn't point to any line in my code and AFAIK all every element that uses
.text
property is defined.clockface_project.zip
The text was updated successfully, but these errors were encountered: