chore: move to pnpm and refine build

This commit is contained in:
Justineo
2022-05-11 22:38:00 +08:00
parent e51adb12d0
commit 57cd2e6a16
9 changed files with 9149 additions and 32597 deletions

View File

@ -19,6 +19,7 @@ const METHOD_NAMES = [
"isDisposed",
"dispose"
] as const;
type MethodName = typeof METHOD_NAMES[number];
type PublicMethods = Pick<EChartsType, MethodName>;