Skip to content

Commit 774ecd2

Browse files
committed
Correct file.
1 parent 45745de commit 774ecd2

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"include": ["src/**/*", "package.json", "__tests__/index.test.ts"],
4+
"compilerOptions": {
5+
"composite": true
6+
}
47
}
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/**/*", "package.json", "__tests__/index.test.ts"],
4+
"compilerOptions": {
5+
"composite": true
6+
}
7+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"path": "./packages/sdk/server-ai/tsconfig.ref.json"
6666
},
6767
{
68-
"path": "./packages/sdk/browser/tsconfig.ref.json"
68+
"path": "./packages/telemetry/browser-telemetry/tsconfig.ref.json"
6969
}
7070
]
7171
}

0 commit comments

Comments
 (0)