vue3-core/packages/dts-built-test
三咲智子 Kevin Deng bfe6b459d3
style: update format & lint config (#9162)
Co-authored-by: 丶远方 <yangpanteng@gmail.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: Guo Xingjun <99574369+Plumbiu@users.noreply.github.com>
2023-12-26 19:39:47 +08:00
..
src style: update format & lint config (#9162) 2023-12-26 19:39: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.