wjet cli not working for TypeScript

Hey Guys,

I tried the wJet cli commands on the following page Page not found - Webix Jet

I chose TypeScript with Saas

When I tried run, I got the following errors…

ERROR in multi (webpack)-dev-server/client?http://localhost:8082 ./sources/myapp.ts
Module not found: Error: Can’t resolve ‘./sources/myapp.ts’
@ multi (webpack)-dev-server/client?http://localhost:8082 ./sources/myapp.ts

I renamed the file app.ts to myapp.ts and then got the following…

ERROR in ./sources/myapp.ts
Module build failed: A file specified in tsconfig.json could not be found: .
ode_modules\webix\webix.d.ts

I can see it is looking for webix.d.ts but that file doesn’t exist in the node_modules folder.

Any ideas?