65536.md/tsconfig.json
imnyang 10b35a6f98 aafd
2025-05-14 00:26:55 +09:00

13 lines
213 B
JSON

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