开始设计业绩组件。

This commit is contained in:
2023-03-03 16:08:27 +08:00
parent 3afb4ca1ff
commit 19df478f63
14 changed files with 226 additions and 43 deletions

View File

@@ -16,6 +16,12 @@
"lib": [
"ESNext",
],
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
],
},
},
"include": [
"src/**/*.ts",