添加前端页面

This commit is contained in:
qaiu
2023-07-31 03:21:39 +08:00
parent 6fe824e705
commit d13fe1fc21
10 changed files with 11447 additions and 3 deletions

19
web-front/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"
]
}
}