build: use typescript for internal Electron JS code (#16441)

This commit is contained in:
Samuel Attard
2019-02-06 10:27:20 -08:00
committed by GitHub
parent 858781ba83
commit 26df9992cf
19 changed files with 682 additions and 198 deletions

3
.gitignore vendored
View File

@@ -59,3 +59,6 @@ spec/.hash
# Generated native addon files
/spec/fixtures/native-addon/echo/build/
# If someone runs tsc this is where stuff will end up
ts-gen