diff options
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 2935e09..58ec820 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,13 @@ { "files": [], "references": [ + { "path": "./packages/wire" }, { "path": "./packages/kernel" }, { "path": "./packages/transport-contract" }, + { "path": "./packages/ui-contract" }, + { "path": "./packages/surface-registry" }, + { "path": "./packages/transport-ws" }, + { "path": "./packages/surface-loaded-extensions" }, { "path": "./packages/storage-sqlite" }, { "path": "./packages/auth-apikey" }, { "path": "./packages/provider-openai-compat" }, |
