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:
commit
9fc8f92cd9
2 changed files with 7753 additions and 1 deletions
7751
npm/electron.d.ts
vendored
Normal file
7751
npm/electron.d.ts
vendored
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue