vue3-core/test-dts
fishDog 3c449cd408
fix(types): fix propType<any> type inference (#4985)
fix #4983
2021-11-25 04:52:13 -05:00
..
README.md
component.test-d.ts fix(types): fix propType<any> type inference (#4985) 2021-11-25 04:52:13 -05:00
componentTypeExtensions.test-d.tsx
defineComponent.test-d.tsx
functionalComponent.test-d.tsx
h.test-d.ts
index.d.ts fix(types): fix propType<any> type inference (#4985) 2021-11-25 04:52:13 -05:00
inject.test-d.ts
reactivity.test-d.ts
ref.test-d.ts fix (types): do not unwrap refs in `toRefs` (#4966) 2021-11-25 04:39:09 -05:00
refTransformMacros.test-d.ts
setupHelpers.test-d.ts
tsconfig.build.json
tsconfig.json
tsx.test-d.tsx
watch.test-d.ts

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.