Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: Add information about type checking to typescript.typeCheck c…
Browse files Browse the repository at this point in the history
…onfig.

#8630
  • Loading branch information
P4sca1 committed Nov 2, 2022
1 parent 491d02f commit 96372d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/schema/src/config/typescript.ts
Expand Up @@ -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'}
*/
Expand Down

0 comments on commit 96372d7

Please sign in to comment.