-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Closed
Labels
Description
- I want to talk about
chartjs/chart.d.tsandchart.js/chart.js.d.ts- The authors of that type definition are cc/ @Steve-Fenton @anuti
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?