From 162245bc082fd689f3fdb8d04fd84e6f596c78fb Mon Sep 17 00:00:00 2001 From: mo-ba Date: Sat, 21 Aug 2021 01:36:40 +0200 Subject: [PATCH] fix type error https://github.com/chartjs/Chart.js/pull/9432 that pull request broke build with ts --- types/index.esm.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/index.esm.d.ts b/types/index.esm.d.ts index 48c12d9..75a9a5f 100644 --- a/types/index.esm.d.ts +++ b/types/index.esm.d.ts @@ -70,6 +70,7 @@ declare module 'chart.js' { datasetOptions: SankeyControllerDatasetOptions; defaultDataPoint: SankeyDataPoint; parsedDataType: SankeyParsedData; + metaExtensions:{} /* TODO: define sankey chart options */ chartOptions: any; scales: keyof CartesianScaleTypeRegistry;