Files
VRCX/tsconfig.json
2026-01-11 06:05:01 +13:00

18 lines
291 B
JSON

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