fix(schema): document use case for typescript.shim (#26607)

This commit is contained in:
Antoine Rey 2024-04-03 11:16:32 +02:00 committed by GitHub
parent 9bb8976470
commit 5f603610a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,9 @@ export default defineUntypedSchema({
*
* We recommend instead letting the [official Vue extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
* generate accurate types for your components.
*
* Note that if you may wish to set this to `true` if you are using other libraries, such as ESLint,
* that are unable to understand the type of `.vue` files.
*/
shim: false
}