feat: 添加 element plus

This commit is contained in:
王红彬
2024-09-06 14:22:45 +08:00
parent 29d8f53f87
commit 31cfc61e1c
8 changed files with 706 additions and 6 deletions

View File

@@ -1,5 +1,8 @@
{
"compilerOptions": {
"types": [
"element-plus/global"
],
// 指定编译后的目标语言版本为 ECMAScript 2020
"target": "ES2020",
// 允许 TypeScript 类定义字段时使用 `defineProperty`,用于增强类字段的行为