kibana/test/tsconfig.json
Vitali Haradkou 9947045f69
Ftr tsfy webelement wrapper (#35355)
* tsfy webelement wrapper
2019-04-23 19:05:46 +03:00

21 lines
269 B
JSON

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