feat: 初版提交

This commit is contained in:
2023-02-22 07:29:52 +08:00
commit 6265aeb413
59 changed files with 8564 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"extends": "@vue/tsconfig/tsconfig.web.json",
"include": [
"env.d.ts",
"src/**/*",
"src/**/*.vue"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"
]
},
"types": [
"element-plus/global"
]
},
"references": [
{
"path": "./tsconfig.config.json"
}
]
}