mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +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)
|
* We recommend instead letting the [official Vue extension](https://marketplace.visualstudio.com/items?itemName=Vue.volar)
|
||||||
* generate accurate types for your components.
|
* 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
|
shim: false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user