First Commit

This commit is contained in:
2026-03-30 20:15:26 +09:00
commit 5db6f08060
52 changed files with 9292 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
},
},
}