DEV Community

Discussion on: Creating Quasar Framework project with Typescript support (pre v1.9.6)

Collapse
 
devpixde profile image
Ingo Klemm

I have a further question: Does anybody know how to integrate electron with typescript support to a project? I have a running quasar typescript project but the electron code is still pure js. I tried to add things in tsconfig.json but the is not sufficient. TS under src-electron is just not compiled.

any hint or idea would be great, thanx.