kibana/test/tsconfig.json

26 lines
426 B
JSON
Raw Normal View History

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"node",
2020-04-20 11:08:30 +02:00
"mocha",
"flot"
],
"lib": [
"esnext",
"dom"
]
},
"include": [
"**/*.ts",
"**/*.tsx",
"../typings/lodash.topath/*.ts",
"../typings/elastic__node_crypto.d.ts",
"typings/**/*"
],
"exclude": [
"plugin_functional/plugins/**/*",
"interpreter_functional/plugins/**/*"
]
}