This commit is contained in:
steven
2022-10-09 18:00:58 +08:00
parent b57c3e758d
commit 41bdb381e2
852 changed files with 252340 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"
]
}