kibana/test/tsconfig.json

22 lines
324 B
JSON
Raw Normal View History

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