Skip to content

Commit

Permalink
fix beatsManagement config
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jan 19, 2021
1 parent 69a40c8 commit c71cad1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion x-pack/plugins/beats_management/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
"declaration": true,
"declarationMap": true
},
"include": ["common/**/*", "public/**/*", "server/**/*"],
"include": [
"common/**/*",
"public/**/*",
"server/**/*",
"types/**/*",
"server/index_templates/*.json",
],
"references": [
{ "path": "../../../src/core/tsconfig.json" },
{ "path": "../../../src/plugins/data/tsconfig.json" },
Expand Down

0 comments on commit c71cad1

Please sign in to comment.