mirror of
https://github.com/halo-dev/plugin-s3.git
synced 2026-01-23 01:07:58 +08:00
* Migrate to Rsbuild, update dependencies and configs * Normalize quotes in pnpm-lock.yaml Updated the pnpm-lock.yaml file to use single quotes for all package names and string values, improving consistency in the lockfile formatting. No dependency versions were changed. * Migrate ESLint config to flat config and update deps * Update pnpm-lock.yaml Signed-off-by: Ryan Wang <i@ryanc.cc> --------- Signed-off-by: Ryan Wang <i@ryanc.cc>
8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
/// <reference types="@rsbuild/core/types" />
|
|
/// <reference types="vue-i18n/dist/vue-i18n.d.ts" />
|
|
|
|
declare module "*.vue" {
|
|
import Vue from "vue";
|
|
export default Vue;
|
|
}
|