File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 prepareTypedocSidebar ,
99} from './utils/menus' ;
1010import { meta , script } from './utils/head' ;
11- // @ts -expect-error; it isn't TypeScript lib
11+ // @ts -expect-error It isn't TypeScript lib
1212import footnote from 'markdown-it-footnote' ;
1313import { version as wxtVersion } from '../../packages/wxt/package.json' ;
1414import { 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 ( {
You can’t perform that action at this time.
0 commit comments