Skip to content

Commit 485cc93

Browse files
add @ts-expect-error for llmstxt() plugin of .vitepress/config
1 parent 0dcf2ec commit 485cc93

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/.vitepress/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
prepareTypedocSidebar,
99
} from './utils/menus';
1010
import { meta, script } from './utils/head';
11-
// @ts-expect-error; it isn't TypeScript lib
11+
// @ts-expect-error It isn't TypeScript lib
1212
import footnote from 'markdown-it-footnote';
1313
import { version as wxtVersion } from '../../packages/wxt/package.json';
1414
import { version as i18nVersion } from '../../packages/i18n/package.json';
@@ -73,7 +73,9 @@ export default defineConfig({
7373
description: DESCRIPTION,
7474
vite: {
7575
clearScreen: false,
76+
//TODO: REMOVE THIS @TS-EXPECT-ERROR AFTER BUMP VITEPRESS TO V2.0
7677
plugins: [
78+
// @ts-expect-error: Vite version mismatch between this project and the plugin
7779
llmstxt(),
7880
// @ts-expect-error: Vite version mismatch between this project and the plugin
7981
groupIconVitePlugin({

0 commit comments

Comments
 (0)