Skip to content

Commit

Permalink
chore(NA): fix typescript configs to build storybooks
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jun 21, 2021
1 parent da36a02 commit 69dc52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/kbn-storybook/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ ts_config(
name = "tsconfig",
src = "tsconfig.json",
deps = [
"//:tsconfig.json",
"//:tsconfig.base.json",
],
)
Expand Down
3 changes: 2 additions & 1 deletion packages/kbn-storybook/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"incremental": true,
"outDir": "target",
Expand All @@ -8,6 +8,7 @@
"declarationMap": true,
"sourceMap": true,
"sourceRoot": "../../../../packages/kbn-storybook",
"target": "es2015",
"types": ["node"]
},
"include": ["*.ts", "lib/**/*.ts", "lib/**/*.tsx"]
Expand Down

0 comments on commit 69dc52b

Please sign in to comment.