mirror of
https://github.com/sortedcord/omnia.git
synced 2026-09-05 05:43:47 +05:30
33 lines
561 B
JSON
33 lines
561 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../actor"
|
|
},
|
|
{
|
|
"path": "../architect"
|
|
},
|
|
{
|
|
"path": "../core"
|
|
},
|
|
{
|
|
"path": "../llm"
|
|
},
|
|
{
|
|
"path": "../memory"
|
|
},
|
|
{
|
|
"path": "../scenario"
|
|
},
|
|
{
|
|
"path": "../voice"
|
|
}
|
|
]
|
|
} |