kibana/packages/kbn-storybook/tsconfig.json
Kibana Machine a0d44e377b
Storybook theme switcher (#97201) (#99545)
Allow switching the EUI theme in the Storybook menu bar.

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
2021-05-06 18:21:58 -04:00

15 lines
379 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"incremental": false,
"outDir": "target",
"skipLibCheck": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"sourceRoot": "../../../../packages/kbn-storybook",
"types": ["node"]
},
"include": ["*.ts", "lib/**/*.ts", "lib/**/*.tsx", "../../typings/index.d.ts"]
}