This commit is contained in:
makeyangcom
2024-04-06 15:11:32 +08:00
parent 1b1f3fac22
commit 03d44f4c48
20 changed files with 352 additions and 95 deletions

View File

@@ -17,7 +17,12 @@
"types": [
"node"
],
"skipLibCheck": true
"skipLibCheck": true,
"paths": {
"@/*": [
"./src/*"
]
}
},
"include": [
"src/**/*.ts",