Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I start a new typescript solution in VS2015 (using AMD) and install RxJS-All (through NuGet) many libraries are added to my Scripts folder.

However, when I then build this empty project I get lots of errors in all the *.d.ts (and *.es6.d.ts) files - there are loads of Duplicate identifier 'export='
There seem to be many *.d.ts and *.es6.d.ts files - do I have to remove some of these? and if so, why?
I was hoping to have a single rx.all.js and its single associated rx.all.es6.d.ts included in my project and just that would allow me to get started...

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900