]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
resolve auto register typescript failure (#9292)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Sun, 20 Jun 2021 11:31:53 +0000 (13:31 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Jun 2021 11:31:53 +0000 (07:31 -0400)
auto/auto.esm.d.ts

index d83b8351579299acccc7df1f10d41945d077ec21..f0bc380548f97ae2b5d3ae4c324518a47dd6eeaf 100644 (file)
@@ -1,4 +1,4 @@
-import { Chart } from '../dist/chart.esm';
+import { Chart } from '../types/index.esm';
 
-export * from '../dist/chart.esm';
+export * from '../types/index.esm';
 export default Chart;