Skip to content

Commit 96b267a

Browse files
committed
add missing configuration files
1 parent 38e64e8 commit 96b267a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"include": ["src/**/*"],
4+
"compilerOptions": {
5+
"composite": true
6+
}
7+
}

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,8 @@
7979
{
8080
"path": "./packages/sdk/combined-browser/tsconfig.ref.json"
8181
},
82+
{
83+
"path": "./packages/ai-providers/server-ai-langchain/tsconfig.ref.json"
84+
}
8285
]
8386
}

0 commit comments

Comments
 (0)