first commit

This commit is contained in:
chizhongjie 2026-06-23 11:27:28 +09:00
commit 63e3dc85c5
44 changed files with 3509 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" }
]
}