kibana/x-pack/test/tsconfig.json
2020-04-17 10:42:27 +02:00

18 lines
228 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"mocha",
"node",
"flot"
]
},
"include": [
"**/*",
"../typings/**/*"
],
"exclude": [
"../typings/jest.d.ts"
]
}