anandanand84 / technicalindicators

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

Fix the import path of StockData.d.ts in /oscillators/CCI.d.ts #99

Closed redstrike closed 6 years ago

redstrike commented 6 years ago

Fix this issue: https://github.com/anandanand84/technicalindicators/issues/93

node_modules/technicalindicators/declarations/oscillators/CCI.d.ts(1,28): error TS2307: Cannot find module '../../src/StockData'.
anandanand84 commented 6 years ago

@redstrike declarations are autogenerated. This should be changed in src

redstrike commented 6 years ago

Wow, awesome 😲. I'm going to close this pull request.

davidxiao commented 6 years ago

@anandanand84 , thanks, could I ask when will it be released?

anandanand84 commented 6 years ago

I'll release it tomorrow. Thanks