firebase-3-typescript
firebase-3-typescript copied to clipboard
Duplicate Identifier 'export='.
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?
As of TypeScript 1.8, this should work fine. Can you please confirm which TypeScript version you're using?