feat(cli): enable type checking

This commit is contained in:
chenjiahan
2020-05-27 21:13:21 +08:00
parent 26a7cc5d3c
commit f508d2e6c0
4 changed files with 63 additions and 8 deletions

1
types/sku.d.ts vendored
View File

@@ -16,6 +16,7 @@ export type SkuTreeItemData = {
k: string;
v: SkuTreeItemValueData[];
k_s: string;
is_multiple: never;
};
export type SkuTreeItemValueData = {