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:
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'.
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: