Merge pull request #209 from electron-userland/bundle-typescript-declaration-file

add electron.d.ts for built-in TypeScript support
This commit is contained in:
Zeke Sikelianos 2017-05-05 14:09:25 -07:00 committed by GitHub
commit 9fc8f92cd9
2 changed files with 7753 additions and 1 deletions

7751
npm/electron.d.ts vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -13,6 +13,7 @@
"electron": "cli.js"
},
"main": "index.js",
"types": "electron.d.ts",
"dependencies": {
"extract-zip": "^1.0.3",
"electron-download": "^3.0.1"
@ -31,4 +32,4 @@
"keywords": [
"electron"
]
}
}