feat: initial commit

This commit is contained in:
trafficlunar 2024-12-03 19:53:55 +00:00
commit 7bad3cb84a
16 changed files with 366 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" }
]
}