mod: gitignore

This commit is contained in:
陈凯龙
2021-12-07 17:20:19 +08:00
parent ffdb556a09
commit 5f672c1bc7
3 changed files with 9 additions and 0 deletions

6
src/env.d.ts vendored
View File

@@ -6,3 +6,9 @@ declare module '*.vue' {
const component: DefineComponent<{}, {}, any>
export default component
}
declare global {
interface ImportMeta {
env: Record<string, unknown>
}
}