Initial commit: GoldQuant trading system

This commit is contained in:
2026-04-05 01:18:07 +08:00
commit a21d82b725
31 changed files with 6301 additions and 0 deletions

8
web/jsconfig.json Normal file
View File

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