feat: client init

This commit is contained in:
tim
2025-07-02 21:03:16 +08:00
parent 6e9cd7f450
commit 8c21b39d78
11 changed files with 12328 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"compilerOptions": {
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "node",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}