🔄Update: 后端项目初始化

This commit is contained in:
2025-11-18 15:32:09 +08:00
parent 818dcc0e99
commit dd2830ef7c
14 changed files with 12644 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}