kibana/test/tsconfig.json
Stacey Gammon f5010cc8e6
Typescript sample panel action (#33602)
* Typescript sample panel action

* Update EUI version to match main cabana version

* update yarn.lock

* add back typings include

* use correct relative path
2019-03-26 12:31:10 -04:00

16 lines
221 B
JSON

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