This happens when loading the definitions in Atom. the code causing the problem is in line 1466:
declare module "firebase" { export = firebase }
seems like Typescript doesn't like calling the module the same as the export... Do you know of any solution to this?
This happens when loading the definitions in Atom. the code causing the problem is in line 1466:
declare module "firebase" { export = firebase }seems like Typescript doesn't like calling the module the same as the export... Do you know of any solution to this?