mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 12:02:49 +05:30
16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true
|
|
},
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./packages/core" },
|
|
{ "path": "./packages/intent" },
|
|
{ "path": "./packages/architect" },
|
|
{ "path": "./packages/memory" },
|
|
{ "path": "./packages/spatial" },
|
|
{ "path": "./packages/llm" },
|
|
{ "path": "./cli" }
|
|
]
|
|
}
|