First Commit(なのに未完成)

This commit is contained in:
2026-01-01 12:47:24 +09:00
commit d3697c164a
31 changed files with 2379 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/*"],
},
},
}