Sonny
Results
1
comments of
Sonny
I found this: https://github.com/chartjs/Chart.js/issues/5070#issuecomment-1164405394 However, when declaring a file: `chart-options.d.ts` (Should it have a different name?) I wrote the following: ``` import type { ChartType } from "chart.js"; declare module...