Browse Source

ref(sampling): Remove dynamic sampling dead line from tsc config (#42205)

Priscila Oliveira 2 years ago
parent
commit
b0fa06e4f3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      config/tsconfig.build.json

+ 1 - 2
config/tsconfig.build.json

@@ -7,7 +7,6 @@
     "../tests/js",
     "../fixtures/js-stubs",
     "../static/app/**/*.spec.*",
-    "../static/app/**/*.benchmark.ts",
-    "../static/app/views/settings/project/server-side-sampling/testUtils.tsx"
+    "../static/app/**/*.benchmark.ts"
   ]
 }