vue3-core/packages/dts-built-test
Evan You fc772dbf73 chore: exclude private packages from version updates 2023-11-21 09:37:37 +08:00
..
src fix(types): fix ComponentCustomProps augmentation (#9468) 2023-10-24 18:42:47 +08:00
README.md fix(types): fix ComponentCustomProps augmentation (#9468) 2023-10-24 18:42:47 +08:00
package.json chore: exclude private packages from version updates 2023-11-21 09:37:37 +08:00

README.md

dts built-package test

This package is private and for testing only. It is used to verify edge cases for external libraries that build their types using Vue core types - e.g. Vuetify as in #8376.

When running the build-dts task, this package's types are built alongside other packages. Then, during test-dts-only it is imported and used in packages/dts-test/built.test-d.ts to verify that the built types work correctly.