kibana/packages/kbn-ui-shared-deps/tsconfig.json
Spencer 4aedf2b75b
add monaco to kbn/ui-shared-deps and load required features for all uses (#58075)
* add monaco to kbn/ui-shared-deps and load required features for all uses

* forgot to save a change

* remove unused imports

* include a cache buster to counteract issue #58077

* include monaco.ts in ts project
2020-02-20 12:58:42 -07:00

7 lines
93 B
JSON

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