Initial commit

This commit is contained in:
kevisual
2025-03-27 19:47:29 +08:00
commit 285ce31bfd
23 changed files with 2147 additions and 0 deletions

7
tsconfig.json Normal file
View File

@@ -0,0 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}