## Expected Behavior I'm trying to bundle my typings using https://github.com/Swatinem/rollup-plugin-dts. However, it fails with the following error: ``` chart.js/dist/chunks/index.esm.d.ts(1476,14): error TS4025: Exported variable 'Scale' has or is using private name 'Scale'. ``` see also https://github.com/sgratzl/chartjs-chart-boxplot/runs/2155166769?check_suite_focus=true ## Current Behavior ## Possible Solution make sure that all the used types are properly exported ## Steps to Reproduce <!-- Provide a link to a live example. Bug reports MUST be submitted with an interactive example (https://codepen.io/pen?template=JXVYzq). If filing a bug against `master`, you may reference the latest code via https://www.chartjs.org/dist/master/chart.min.js (changing the filename to point at the file you need as appropriate). Do not rely on these files for production purposes as they may be removed at any time. --> see https://github.com/sgratzl/chartjs-chart-boxplot/runs/2155166769?check_suite_focus=true ## Context <!-- How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world --> ## Environment <!-- Include as many relevant details about the environment you experienced the bug in --> * Chart.js version: 3.0.0-rc * Browser name and version: * Link to your project: https://github.com/sgratzl/chartjs-chart-boxplot/runs/2155166769?check_suite_focus=true
Expected Behavior
I'm trying to bundle my typings using https://github.com/Swatinem/rollup-plugin-dts. However, it fails with the following error:
see also https://github.com/sgratzl/chartjs-chart-boxplot/runs/2155166769?check_suite_focus=true
Current Behavior
Possible Solution
make sure that all the used types are properly exported
Steps to Reproduce
see https://github.com/sgratzl/chartjs-chart-boxplot/runs/2155166769?check_suite_focus=true
Context
Environment