mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
fix(schema): document use case for typescript.shim
(#26607)
This commit is contained in:
parent
9bb8976470
commit
5f603610a5
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user