diff --git a/src/types/global.d.ts b/src/types/global.d.ts index 3c76157e..9b2b490f 100644 --- a/src/types/global.d.ts +++ b/src/types/global.d.ts @@ -1,4 +1,6 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ +export {} + import type { AppConfig } from './modules/cfg' import type { MessageApi, diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index f140b267..6d3a70ec 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -1,6 +1,5 @@ /// /// -/// /// ///