This commit is contained in:
2025-02-28 03:05:52 +08:00
parent 5e29dd2a0d
commit b6b11899f1
20 changed files with 1132 additions and 53 deletions

View File

@@ -8,6 +8,11 @@
"allowJs": true,
"newLine": "LF",
"baseUrl": "./",
"paths": {
"@/*": [
"src/*"
],
},
"typeRoots": [
"node_modules/@types",
"node_modules/@kevisual/types"
@@ -20,11 +25,6 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"paths": {
"@/*": [
"src/*"
]
}
},
"include": [
"src/**/*.ts",