mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 07:48:52 -04:00
15 lines
182 B
JSON
15 lines
182 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [
|
|
"node",
|
|
"mocha"
|
|
],
|
|
"lib": [
|
|
"esnext"
|
|
]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|