feat: add frontend/tsconfig.json

This commit is contained in:
zio 2026-06-01 22:12:57 +09:00
parent 3a85bc8190
commit 6b3a82e0d3

7
frontend/tsconfig.json Normal file
View File

@ -0,0 +1,7 @@
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}