kibana/test/tsconfig.json
Stacey Gammon ad60c228f8
Typescript sample panel action (#33602) (#33871)
* 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 16:45:53 -04:00

17 lines
221 B
JSON

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