mirror of
https://github.com/stablyai/orca
synced 2026-04-21 14:17:16 +00:00
14 lines
286 B
JSON
14 lines
286 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./config/tsconfig.node.json" },
|
|
{ "path": "./config/tsconfig.web.json" },
|
|
{ "path": "./config/tsconfig.relay.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/renderer/src/*"]
|
|
}
|
|
}
|
|
}
|