Carlos Rodrigues 92e7330385 types(props): Support `undefined` as default (#3783) 5 lat temu
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 lat temu
component.test-d.ts 9b160b9405 fix(types): declared prop keys should always exist in `props` argument (#3726) 5 lat temu
componentTypeExtensions.test-d.tsx 5d8a64d53a feat(types): deny unknown attributes on component by default (#1614) 5 lat temu
defineComponent.test-d.tsx 92e7330385 types(props): Support `undefined` as default (#3783) 5 lat temu
functionalComponent.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) 5 lat temu
h.test-d.ts 1f2a652a9d fix(types): h support for resolveComponent (#2402) 5 lat temu
index.d.ts 3755e60c52 fix(types): union function prop (#3119) 5 lat temu
inject.test-d.ts b2dc95378d types: fix + test inject API typing 5 lat temu
reactivity.test-d.ts b772bba558 feat(types/reactivity): use `DeepReadonly` type for `readonly` return type (#1462) 5 lat temu
ref.test-d.ts 4ca4666d58 fix(toRef): ref created from union typed prop can't be used in watch (#3048) 5 lat temu
setupHelpers.test-d.ts bb8cdcad9f fix(compiler-sfc): support proper type arguments for defineEmit helper 5 lat temu
tsconfig.build.json 91d990d45a chore: ignore template-explorer in dts tests 5 lat temu
tsconfig.json 91d990d45a chore: ignore template-explorer in dts tests 5 lat temu
tsx.test-d.tsx 4f26835dac fix(types/tsx): make JSX.Element extend VNode (#3171) 5 lat temu
watch.test-d.ts d2d27b2e66 types(watch): better typing when watching multiple sources (#2425) 5 lat temu

README.md

Test-ts

Tests Typescript types to ensure the types remain as expected.

Configuration

tsconfig.json

Config used to test against the package source

tsconfig.build.json

Replaces the vue and @vue/* dependencies with the built Typescript to ensure the published types are correct.