Skip to content

Commit c6a73dc

Browse files
authored
build(hub): Remove unnecessary include from tsconfig (#2684)
1 parent b449f5d commit c6a73dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hub/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"extends": "./tsconfig.build.json",
3-
"include": ["src/**/*.ts", "test/**/*.ts", "../apm/test/span.test.ts"],
3+
"include": ["src/**/*.ts", "test/**/*.ts"],
44
"exclude": ["dist"],
55
"compilerOptions": {
66
"rootDir": ".",

0 commit comments

Comments
 (0)