* feat(reactivity): `proxyRefs` method and `ShallowUnwrapRefs` type BREAKING CHANGE: template auto ref unwrapping are now applied shallowly, i.e. only at the root level. See https://github.com/vuejs/vue-next/pull/1682 for more details.
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.