🍎 feat: MEW BEGINNING!

This commit is contained in:
t0ng7u
2025-09-25 23:17:33 +08:00
parent 6992fd2b66
commit 71f5dc987a
569 changed files with 23038 additions and 113 deletions

13
web/tsconfig.json Normal file
View File

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