Skip to content

Commit

Permalink
[7.x] [APM] Exclude cypress from APM-only tsconfig (#88837) (#88943)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar authored Jan 21, 2021
1 parent 32345c7 commit d563d38
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion x-pack/plugins/apm/scripts/optimize-tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"./plugins/observability/**/*",
"./typings/**/*"
],
"exclude": ["**/__fixtures__/**/*", "./plugins/apm/e2e/cypress/**/*"],
"exclude": [
"**/__fixtures__/**/*",
"./plugins/apm/e2e",
"./plugins/apm/ftr_e2e"
],
"compilerOptions": {
"noErrorTruncation": true
}
Expand Down

0 comments on commit d563d38

Please sign in to comment.