Skip to content

Commit 0d9b6ac

Browse files
committed
rootdir needs to include the package for the doc building process
1 parent 576fe06 commit 0d9b6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/server-ai/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"rootDir": "src",
3+
"rootDir": ".",
44
"outDir": "dist",
55
"target": "es2020",
66
"lib": ["es2020"],

0 commit comments

Comments
 (0)