This commit is contained in:
dute7liang
2023-12-19 22:24:39 +08:00
commit 943c4dd7cb
326 changed files with 29044 additions and 0 deletions

16
jsconfig.json Normal file
View File

@@ -0,0 +1,16 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
},
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
]
}