kibana/test/tsconfig.json
Spencer c142dd3eeb
[7.0] [ftr] convert remaining JS to TS (#35110) (#35320)
Backports the following commits to 7.0:
 - [ftr] convert remaining JS to TS  (#35110)
2019-04-19 11:06:40 -07:00

15 lines
182 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"node",
"mocha"
],
"lib": [
"esnext"
]
},
"include": [
"**/*.ts"
]
}