chore(tsconfig): remove exclude global.d.ts #2562
Annotations
10 errors and 1 warning
Run npm run lint:
src/calendar/demos/custom-button.vue#L2
Type '{ content: string; theme: string; shape: string; }' is not assignable to type 'string'.
|
Run npm run lint:
src/loading/demos/delay.vue#L3
Type '(value: boolean) => void' is not assignable to type '(value: SwitchValue, context: { e: MouseEvent; }) => void'.
|
Run npm run lint:
src/checkbox/demos/base.vue#L2
Type '({ label: string; value: string; maxLabelRow?: unknown; content?: unknown; maxContentRow?: unknown; } | { label: string; value: string; maxLabelRow: number; content?: unknown; maxContentRow?: unknown; } | { label: string; value: string; content: string; maxContentRow: number; maxLabelRow?: unknown; })[]' is not assignable to type 'CheckboxOption[]'.
|
Run npm run lint:
src/sticky/demos/container.vue#L3
Type 'string' is not assignable to type 'Element'.
|
Run npm run lint:
src/skeleton/demos/cell-group.vue#L3
Type '{ size: string; type: string; }[]' is not assignable to type 'SkeletonRowCol'.
|
Run npm run lint:
src/swipe-cell/demos/icon.vue#L3
Type '{}[]' is not assignable to type '((h: { (type: string, children?: RawChildren): VNode<RendererNode, RendererElement, { [key: string]: any; }>; (type: string, props?: RawProps, children?: RawSlots | RawChildren): VNode<...>; (type: unique symbol | unique symbol, children?: string | ... 1 more ... | boolean): VNode<...>; (type: unique symbol | unique...'.
|
Run npm run lint:
src/popup/demos/base.vue#L3
Type '{ value: string; text: string; }' is not assignable to type 'string | number | symbol'.
|
Run npm run lint:
src/calendar/demos/multiple.vue#L3
Type '(val: string) => void' is not assignable to type '(value: Date) => void'.
|
Run npm run lint:
src/slider/demos/label.vue#L3
Type '(e: number) => void' is not assignable to type '(value: SliderValue) => void'.
|
Run npm run lint:
src/result/demos/theme.vue#L3
Type 'string' is not assignable to type '"default" | "error" | "warning" | "success"'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading