3 changed files with 8 additions and 23 deletions
@ -1,15 +0,0 @@ |
|||||
diff --git a/node_modules/echarts/index.d.ts b/node_modules/echarts/index.d.ts
|
|
||||
index 811908a..5f77c60 100644
|
|
||||
--- a/node_modules/echarts/index.d.ts
|
|
||||
+++ b/node_modules/echarts/index.d.ts
|
|
||||
@@ -17,7 +17,7 @@
|
|
||||
* under the License. |
|
||||
*/ |
|
||||
|
|
||||
-import * as echarts from './types/dist/echarts';
|
|
||||
+// import * as echarts from './types/dist/echarts';
|
|
||||
// Export for UMD module. |
|
||||
export as namespace echarts; |
|
||||
-export = echarts;
|
|
||||
\ No newline at end of file |
|
||||
+export * from './types/dist/echarts';
|
|
||||
Loading…
Reference in new issue