🔧 Add configuration information and dependencies

This commit is contained in:
2025-04-22 18:11:47 +08:00
parent fd818c487d
commit d4c8d401bf
16 changed files with 531 additions and 31 deletions

View File

@@ -14,7 +14,16 @@
"ESNext",
"DOM"
],
"skipLibCheck": true
"skipLibCheck": true,
"baseUrl": "./",
"paths": {
"@": [
"src"
],
"@/*": [
"src/*"
]
}
},
"include": [
"src/**/*.ts",