kibana/packages/kbn-test/tsconfig.json

9 lines
110 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"include": [
"types/**/*",
"src/**/*",
"index.d.ts"
]
}