mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
14 lines
184 B
JSON
14 lines
184 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"expect.js",
|
|
"mocha",
|
|
"node"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*",
|
|
],
|
|
"exclude": [],
|
|
}
|