diff --git a/packages/schema/src/config/typescript.ts b/packages/schema/src/config/typescript.ts index 9bb18629ebd..95a1704de0c 100644 --- a/packages/schema/src/config/typescript.ts +++ b/packages/schema/src/config/typescript.ts @@ -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'} */