diff --git a/packages/hub/tsconfig.json b/packages/hub/tsconfig.json index c5b01e1bb513..55b38e135ae2 100644 --- a/packages/hub/tsconfig.json +++ b/packages/hub/tsconfig.json @@ -1,6 +1,6 @@ { "extends": "./tsconfig.build.json", - "include": ["src/**/*.ts", "test/**/*.ts", "../apm/test/span.test.ts"], + "include": ["src/**/*.ts", "test/**/*.ts"], "exclude": ["dist"], "compilerOptions": { "rootDir": ".",