mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-21 19:42:48 +05:30
17 lines
383 B
JSON
17 lines
383 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" }
|
|
]
|
|
}
|