anandanand84 / technicalindicators

A javascript technical indicators written in typescript with pattern recognition right in the browser
MIT License
2.15k stars 557 forks source link

removed multiple default exports #143

Closed hariseldon78 closed 6 years ago

anandanand84 commented 6 years ago

The declarations/generated.d.ts declaration file is autogenerated, Fixing the generated file does not solve the problem as it would appear again in the next build. It is autogenerated using package dts-bundle and this is should be a bug in that package.

hariseldon78 commented 6 years ago

i understand that, but in the while this could fix it. it was some months old anyway..

anandanand84 commented 6 years ago

Thanks for reporting. This is now handled using the build scripts so it is automated.