Transform quasar.config.js to quasar.config.ts
In order to prevent the unholy issue that silently caused various vite plugins not to work (a missing ,
in quasar.config.js
) we should look into converting the configuration to TypeScript if that would catch such errors in the future.