1
0
mirror of synced 2025-12-09 23:57:39 +08:00

重构组件

This commit is contained in:
xuliangzhan
2024-05-26 12:41:17 +08:00
parent a79108bd96
commit 9bc4985a4f
571 changed files with 3865 additions and 108089 deletions

View File

@@ -4,6 +4,7 @@
"module": "esnext",
"strict": true,
"jsx": "preserve",
"jsxImportSource": "vue",
"importHelpers": true,
"moduleResolution": "node",
"skipLibCheck": true,
@@ -31,8 +32,8 @@
]
},
"include": [
"packages/**/*.ts",
"packages/**/*.tsx",
"src/**/*.ts",
"src/**/*.tsx",
"examples/**/*.ts",
"examples/**/*.tsx",
"examples/**/*.vue",