SSR with Typescript

In order to support SSR with Typescript, you will need to:

  1. Edit quasar.config.js > supportTS. Set it to true or use the Object form.
  2. Rename all your files in /src-ssr from .js to .ts and make the necessary TS code changes.

More info: Supporting TS