Carlos Rodrigues 1e90605c15 types(runtime-core): provide valid type for default `$emit` (#1498) 5 år sedan
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 6 år sedan
componentTypeExtensions.test-d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 6 år sedan
defineComponent.test-d.tsx 1e90605c15 types(runtime-core): provide valid type for default `$emit` (#1498) 5 år sedan
functionalComponent.test-d.tsx a5b4332c69 fix(types/tsx): add JSX.IntrinsicAttributes definition (#1517) 5 år sedan
h.test-d.ts 2961e149c9 fix(types): ensure correct public props interface for defineComponent instance type 5 år sedan
index.d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 6 år sedan
ref.test-d.ts 82b28a5ecb fix(types): should unwrap array -> object -> ref 5 år sedan
tsconfig.build.json 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 6 år sedan
tsconfig.json 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 6 år sedan
tsx.test-d.tsx 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 6 år sedan
watch.test-d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 6 år sedan

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.