kibana/test/tsconfig.json
2019-08-06 21:07:52 +02:00

22 lines
306 B
JSON

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