kibana/packages/kbn-ui-shared-deps/tsconfig.json
Spencer 481dccdb6f
[ui-shared-deps/theme] implement auto-switching theme vars module (#70274)
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-01 10:14:54 -07:00

8 lines
92 B
JSON

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