chore: webui 前端模板

This commit is contained in:
RockChinQ
2024-10-11 22:23:08 +08:00
parent ea6a0af5a7
commit 21f153e5c3
20 changed files with 5156 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"compilerOptions": {
"allowJs": true,
"target": "es5",
"module": "esnext",
"baseUrl": "./",
"moduleResolution": "bundler",
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost"
]
}
}