mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 20:12:48 +05:30
18 lines
413 B
JSON
18 lines
413 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": "./packages/actor" },
|
|
{ "path": "./packages/scenario" },
|
|
{ "path": "./apps/cli" }
|
|
]
|
|
}
|