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 tried to create a new Typescript-based WebixJet app with this utility but I'm not able generate Typescript-base version of the app.
console
d:\projects\new_gui\test_app>node ../wjet.js init
? Give your app a name test
? App will use Javascript (ES6) and CSS
Do you need advanced preprocessing ( Typescript, Sass, Handlebars ) ? Yes
? CSS pre-processor ? Less
? Use Handlebars for templating ? No
? Default app skin ? Flat
? GPL or Commercial version of Webix UI ? GPL
Files are ready. run
npm install
npm run start
to start the app
There are a few source JavaScript files in the source folder and there isn't anything about Typescript - tsconfig.json, *.ts files, any configuration about Typescript in the webpack.config.json.
Could you tell me, please, it is a bug or I perform something in the wrong way?
Thank you in advanced!
The text was updated successfully, but these errors were encountered:
Hello all!
I've tried to create a new Typescript-based WebixJet app with this utility but I'm not able generate Typescript-base version of the app.
console
result
There are a few source JavaScript files in the source folder and there isn't anything about Typescript - tsconfig.json, *.ts files, any configuration about Typescript in the webpack.config.json.
Could you tell me, please, it is a bug or I perform something in the wrong way?
Thank you in advanced!
The text was updated successfully, but these errors were encountered: