This commit is contained in:
Jane
2023-12-26 11:21:51 +08:00
commit 284713ed44
830 changed files with 158238 additions and 0 deletions

10
jsconfig.json Normal file
View File

@@ -0,0 +1,10 @@
{
"compilerOptions": {
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}