kibana/x-pack/test/tsconfig.json
2020-01-16 18:45:39 +01:00

17 lines
214 B
JSON

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