Evan You 2961e149c9 fix(types): ensure correct public props interface for defineComponent instance type 5 سال پیش
..
README.md 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
componentTypeExtensions.test-d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
defineComponent.test-d.tsx d3c436ae2e feat(types): mixins/extends support in TypeScript (#626) 5 سال پیش
functionalComponent.test-d.tsx 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
h.test-d.ts 2961e149c9 fix(types): ensure correct public props interface for defineComponent instance type 5 سال پیش
index.d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
ref.test-d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
tsconfig.build.json 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
tsconfig.json 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
tsx.test-d.tsx 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش
watch.test-d.ts 97dedebd80 feat(types): update to Typescript 3.9 (#1106) 5 سال پیش

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.