This commit is contained in:
aa
2024-10-16 22:11:24 +08:00
parent 91cccb62b9
commit 16d1ae126c
28 changed files with 14435 additions and 92 deletions

19
jsconfig.json Normal file
View File

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