electron-boilerplate
electron-boilerplate copied to clipboard
Add typescript support
Following the discussion on szwacz/electron-boilerplate#170, this pull request adds to electron-boilerplate
the capacity to compile and package an application fully coded in TypeScript.
The start
, test
and release
tasks show no regression in the presence of those modifications.
The most notable point is that I had to bump the electron
version to 1.7.10 due to the recent introduction of stricter checks in the TypeScript compiler (electron/electron-typescript-definitions#79). Also I had to change the webpack
target from node
to electron
.
I'd be pleased to make any adjustments you see fit in order for this to me merged.