mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-12-24 08:12:55 +08:00
导出表格,升级依赖
This commit is contained in:
@@ -7,14 +7,17 @@
|
||||
"auto-imports.d.ts",
|
||||
"typings/**/*.d.ts"
|
||||
],
|
||||
"exclude": ["dist"],
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"allowJs": true,
|
||||
"outDir": "./dist",
|
||||
"isolatedModules": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"types": ["element-plus/global"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user