This commit is contained in:
imnyang 2025-05-14 00:26:55 +09:00
commit 10b35a6f98
24 changed files with 2018 additions and 0 deletions

13
tsconfig.json Normal file
View file

@ -0,0 +1,13 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}