kibana/test/tsconfig.json

20 lines
256 B
JSON

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