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

docs: add information about type checking to typescript.typeCheck config #8632

Merged
merged 1 commit into from Nov 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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