mirror of
https://github.com/sortedcord/omnia.git
synced 2026-07-22 12:02:49 +05:30
feat: Scaffold Initial monorepo structure (closes #1)
This commit is contained in:
12
tsconfig.json
Normal file
12
tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{ "path": "./packages/core" },
|
||||
{ "path": "./packages/intent" },
|
||||
{ "path": "./packages/architect" },
|
||||
{ "path": "./packages/memory" },
|
||||
{ "path": "./packages/spatial" },
|
||||
{ "path": "./packages/llm" },
|
||||
{ "path": "./cli" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user