Skip to content

Commit e7949d0

Browse files
committed
build(hub): Remove unnecessary include from tsconfig
1 parent 236f8d7 commit e7949d0

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)