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've encountered that typescript branch code is broken, in some way.
The first mistake is in the tsconfig.json file: A file specified in tsconfig.json could not be found: D:\projects\***\node_modules\webix\webix.d.ts webix.d.ts lies in webix\types subdirectory.
If I fix this mistake, I can run this application but I have got the next message:
ERROR in D:\projects\***\sources\myapp.ts
./sources/myapp.ts
[tsl] ERROR in D:\projects\***\sources\myapp.ts(24,8)
TS2339: Property 'ready' does not exist on type 'typeof webix'.
The text was updated successfully, but these errors were encountered:
Hello Webix team!
I've encountered that typescript branch code is broken, in some way.
The first mistake is in the tsconfig.json file:
A file specified in tsconfig.json could not be found: D:\projects\***\node_modules\webix\webix.d.ts
webix.d.ts lies in webix\types subdirectory.
If I fix this mistake, I can run this application but I have got the next message:
The text was updated successfully, but these errors were encountered: