kibana/x-pack/test/tsconfig.json
Larry Gregory 632c63ab21
[6.x] Spaces Phase 1 (#21408) (#23639)
Backports the following commits to 6.x:
 - Spaces Phase 1  (#21408)
2018-10-01 09:53:43 -04:00

15 lines
184 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"types": [
"expect.js",
"mocha",
"node"
]
},
"include": [
"**/*",
],
"exclude": [],
}