Skip to content

Commit

Permalink
fix tsconfig files
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Apr 8, 2020
1 parent 4c9397e commit d12fe0e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"types": [
"node",
"jest",
"react"
"react",
"flot"
]
},
"include": [
Expand All @@ -16,4 +17,4 @@
"../../../../typings/**/*",
],
"exclude": []
}
}
3 changes: 2 additions & 1 deletion test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"types": [
"node",
"mocha"
"mocha",
"flot"
],
"lib": [
"esnext",
Expand Down
3 changes: 2 additions & 1 deletion x-pack/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"compilerOptions": {
"types": [
"mocha",
"node"
"node",
"flot"
]
},
"include": [
Expand Down
3 changes: 2 additions & 1 deletion x-pack/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
},
"types": [
"node",
"jest"
"jest",
"flot"
]
}
}

0 comments on commit d12fe0e

Please sign in to comment.