Skip to content

Commit

Permalink
chore: remove duplicate include path (#31499) (#31541)
Browse files Browse the repository at this point in the history
in x-pack tsconfig
  • Loading branch information
w33ble committed Feb 20, 2019
1 parent 8625119 commit d093873
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"common/**/*",
"server/**/*",
"plugins/**/*",
"test_utils/**/*",
"typings/**/*"
"test_utils/**/*"
],
"exclude": [
"test/**/*"
Expand Down

0 comments on commit d093873

Please sign in to comment.