react frontend

This commit is contained in:
Evan
2026-01-17 01:48:34 +05:00
parent 39b96cadd5
commit 7b66396050
43 changed files with 6708 additions and 35 deletions

View File

@@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}