Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed May 14, 2021
1 parent ebb2d15 commit aefa317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/upgrade_assistant/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"declarationMap": true
},
"include": [
"__jest__/**/*",
"common/**/*",
"public/**/*",
"server/**/*",
"tests_client_integration/**/*",
// have to declare *.json explicitly due to https://github.com/microsoft/TypeScript/issues/25636
"public/**/*.json",
"server/**/*.json"
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/watcher/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"declarationMap": true
},
"include": [
"__jest__/**/*",
"server/**/*",
"public/**/*",
"common/**/*",
"tests_client_integration/**/*",
"__fixtures__/*",
"../../../typings/**/*"
],
Expand Down

0 comments on commit aefa317

Please sign in to comment.