fix: TS errors

This commit is contained in:
Slinetrac
2025-10-18 16:11:42 +08:00
parent c465000178
commit 98725bbecf
8 changed files with 15 additions and 15 deletions

View File

@@ -2,11 +2,11 @@ import path from "node:path";
import legacy from "@vitejs/plugin-legacy";
import react from "@vitejs/plugin-react";
import { defineConfig } from "vitest/config";
import monacoEditorPlugin, {
type IMonacoEditorOpts,
} from "vite-plugin-monaco-editor";
import svgr from "vite-plugin-svgr";
import { defineConfig } from "vitest/config";
const monacoEditorPluginDefault = (monacoEditorPlugin as any).default as (
options: IMonacoEditorOpts,
) => any;