Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Add typescript support #296

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

oparisy
Copy link

@oparisy oparisy commented Jan 13, 2018

Following the discussion on #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/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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant