This commit is contained in:
lgp
2025-11-06 16:39:18 +08:00
commit 3f4186e19d
186 changed files with 43990 additions and 0 deletions

11
jsconfig.json Normal file
View File

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