I think that chartjs/chart.d.ts is declaration file of old version Chart.js (v1.x.x) which is not used at present. Now, 2.3.0 is the latest version and its declartion file is created in chart.js/chart.js.d.ts differently.
Also, I think chartjs is a name of the other package (this) so that this is invalid.
Can I create pull request of removing chartjs/chart.d.ts?
chartjs/chart.d.tsandchart.js/chart.js.d.tsI think that
chartjs/chart.d.tsis declaration file of old version Chart.js (v1.x.x) which is not used at present. Now, 2.3.0 is the latest version and its declartion file is created inchart.js/chart.js.d.tsdifferently.Also, I think
chartjsis a name of the other package (this) so that this is invalid.Can I create pull request of removing
chartjs/chart.d.ts?