kibana/packages/kbn-ui-shared-deps/tsconfig.json
Spencer 357be5970d
share specific instances of some ui packages (#54079)
* share specific instances of some ui packages

* remove unnecessary eslint changes, every package will define deps anyway

* remove mentions of moment webpackShims in eslint resolver

* remove use of lodash

* list angular as dep for x-pack

* add operations as codeowner of shared-deps pkg
2020-01-10 15:22:18 -07:00

6 lines
76 B
JSON

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