You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
As of version 1.6.10 electron includes a typings file for use by developers. It would be nice if this repository also included it, seeing that it tries to stay up to date with upstream electron.
Right now the temporary workaround is to specify where the typings file is in tsconfig.json via
As of version
1.6.10
electron includes a typings file for use by developers. It would be nice if this repository also included it, seeing that it tries to stay up to date with upstream electron.Right now the temporary workaround is to specify where the typings file is in
tsconfig.json
via"include": [ "node_modules/electron-prebuilt-compile/node_modules/electron" ]
otherwise Typescript cannot find the typings file.
The text was updated successfully, but these errors were encountered: