From e7949d01c4be274a36474c541997b033ef689f1c Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Thu, 18 Jun 2020 08:14:45 -0400 Subject: [PATCH] build(hub): Remove unnecessary include from tsconfig --- packages/hub/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": ".",