mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
docs: add information about type checking to typescript.typeCheck
config. (#8632)
#8630
This commit is contained in:
parent
7c4899a7ab
commit
2cbdf3684d
@ -22,6 +22,9 @@ export default defineUntypedSchema({
|
||||
* Enable build-time type checking.
|
||||
*
|
||||
* If set to true, this will type check in development. You can restrict this to build-time type checking by setting it to `build`.
|
||||
* Requires to install `typescript` and `vue-tsc` as dev dependencies.
|
||||
*
|
||||
* @see https://v3.nuxtjs.org/guide/concepts/typescript#type-checking
|
||||
*
|
||||
* @type {boolean | 'build'}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user