Skip to content

Commit 6a9d171

Browse files
committed
fix(build): support TypeScript 6
1 parent 5a7b210 commit 6a9d171

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/ECharts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import type {
4747
} from "./types";
4848
import type { EChartsElement } from "./wc";
4949

50-
import "./style.ts";
50+
import "./style";
5151

5252
const wcRegistered = register();
5353

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"esModuleInterop": true,
1212
"allowSyntheticDefaultImports": true,
1313
"noEmit": true,
14-
"baseUrl": ".",
1514
"types": ["vite/client"],
1615
"lib": ["ESNext", "DOM", "DOM.Iterable", "ScriptHost"]
1716
},

0 commit comments

Comments
 (0)