16be7c2ace
- 添加 package-lock.json,npm 依赖版本锁定 - 添加 auto-imports.d.ts,unplugin-auto-import 自动生成的类型声明 - 添加 components.d.ts,unplugin-vue-components 自动生成的类型声明 - 添加 public/ 静态资源目录
10 lines
163 B
TypeScript
10 lines
163 B
TypeScript
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
// @ts-nocheck
|
|
// noinspection JSUnusedGlobalSymbols
|
|
// Generated by unplugin-auto-import
|
|
export {}
|
|
declare global {
|
|
|
|
}
|