Support Typescript for Electron, PWA, SSR (?) and quasar.conf #8572
Comments
So we need to extend or chain the webpack configuration in the quasar.conf.js by ourself in order to supported typescript in electron, right? |
3 tasks
@faxinwang Thanks for the contribution! I left some comments on it |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Currently Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
This should be a pretty easy task, if anyone wants to jump in, please do!
We'll then manage the integration ourselves
Then I think a
--format=ts
option already exists for store creation, we could use that when applying the templates, or auto-detecting the presence oftsconfig.json
file and act accordinglyCheck here to see which has been already ported: #8572 (comment)
The text was updated successfully, but these errors were encountered: