first commit

This commit is contained in:
steven
2022-10-08 14:07:06 +08:00
commit 021dee7684
852 changed files with 252282 additions and 0 deletions

13
jsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
// "module": "commonjs",
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
},
},
"exclude": [
"node_modules"
]
}