mirror of https://github.com/vuejs/core.git
526 B
526 B
dts-test
Tests TypeScript types to ensure the types remain as expected.
-
This directory is included in the root
tsconfig.json, where package imports are aliased tosrcdirectories, so in IDEs and thepnpm checkscript the types are validated against source code. -
When running
tscwithpackages-private/dts-test/tsconfig.test.json, packages are resolved using normalnoderesolution, so the types are validated against actual built types. This requires the types to be built first viapnpm build-dts.