In JavaScript version of NodeJS there is a command as express-generator --view=pug my_app
, but what about express-generator-typescript
?
Does --view=pug
also works with TypeScript version of NodeJS or we should use another option? Or maybe it uses Pug
by default?