Skip to content

Commit f37f94e

Browse files
authored
build(tsconfig): update storybook and playground tsconfig (#377)
Add respective local directory to tsconfig (i.e. ./.stroybook and ./.playground)
1 parent eb482be commit f37f94e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.playground/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"downlevelIteration": true,
55
"target": "es5"
66
},
7+
"include": ["../src/**/*", "./**/*"],
78
"exclude": [
89
"../**/*.test.*"
910
]

.storybook/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "../tsconfig",
3+
"include": ["../src/**/*", "../stories/**/*", "./**/*"],
34
"exclude": ["../**/*.test.*"]
45
}

0 commit comments

Comments
 (0)