From 2a2dffc5917cef3f5cee1f168fbe034cbe154bd9 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Sat, 24 Aug 2024 17:14:08 +0200 Subject: [PATCH] docs: update jsdoc version --- packages/astro/src/types/public/config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/astro/src/types/public/config.ts b/packages/astro/src/types/public/config.ts index 11028d1676..e7159f0707 100644 --- a/packages/astro/src/types/public/config.ts +++ b/packages/astro/src/types/public/config.ts @@ -1971,7 +1971,7 @@ export interface AstroUserConfig { * @name experimental.typescript * @type {object} * @default `undefined` - * @version 5.0.0 + * @version 4.15.0 * @description * * Enables the generation of `.astro/tsconfig.json`. This allows to exclude the `outDir` by default to avoid `astro check` false positives. @@ -2013,7 +2013,7 @@ export interface AstroUserConfig { * @name experimental.typescript.include * @type {Array} * @default `undefined` - * @version 5.0.0 + * @version 4.15.0 * @description * * If you have `include` your root `tsconfig.json`, you'll need to move it to your Astro config: @@ -2043,7 +2043,7 @@ export interface AstroUserConfig { * @name experimental.typescript.exclude * @type {Array} * @default `undefined` - * @version 5.0.0 + * @version 4.15.0 * @description * * If you have `exclude` your root `tsconfig.json`, you'll need to move it to your Astro config: @@ -2073,7 +2073,7 @@ export interface AstroUserConfig { * @name experimental.typescript.excludeOutDir * @type {boolean} * @default `true` - * @version 5.0.0 + * @version 4.15.0 * @description * * By default, `outDir` will be added to excluded typescript files. You can opt-out of this behavior by setting this option to `false`: