firebase-3-typescript icon indicating copy to clipboard operation
firebase-3-typescript copied to clipboard

Duplicate Identifier 'export='.

Open WilldelaVega777 opened this issue 8 years ago • 1 comments

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?

WilldelaVega777 avatar Jul 07 '16 18:07 WilldelaVega777