Merge pull request #805 from lbryio/flowtype

Added missing file
This commit is contained in:
Sean Yesmunt 2017-11-30 22:52:14 -05:00 committed by GitHub
commit 5eedaeb342
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -12,5 +12,6 @@ flow-typed
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
module.name_mapper='^constants\(.*\)$' -> '<PROJECT_ROOT>/js/constants\1'
module.name_mapper='^redux\(.*\)$' -> '<PROJECT_ROOT>/js/redux\1'
[strict]

3
src/renderer/flow-typed/electron.js vendored Normal file
View file

@ -0,0 +1,3 @@
declare module 'electron' {
declare module.exports: any;
}