You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
doly mood d3c436ae2e
feat(types): mixins/extends support in TypeScript (#626)
5 years ago
..
README.md feat(types): update to Typescript 3.9 (#1106) 5 years ago
componentTypeExtensions.test-d.ts feat(types): update to Typescript 3.9 (#1106) 5 years ago
defineComponent.test-d.tsx feat(types): mixins/extends support in TypeScript (#626) 5 years ago
functionalComponent.test-d.tsx feat(types): update to Typescript 3.9 (#1106) 5 years ago
h.test-d.ts feat(types): update to Typescript 3.9 (#1106) 5 years ago
index.d.ts feat(types): update to Typescript 3.9 (#1106) 5 years ago
ref.test-d.ts feat(types): update to Typescript 3.9 (#1106) 5 years ago
tsconfig.build.json feat(types): update to Typescript 3.9 (#1106) 5 years ago
tsconfig.json feat(types): update to Typescript 3.9 (#1106) 5 years ago
tsx.test-d.tsx feat(types): update to Typescript 3.9 (#1106) 5 years ago
watch.test-d.ts feat(types): update to Typescript 3.9 (#1106) 5 years ago

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.