Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
schummar committed Sep 2, 2022
1 parent bf7c1ae commit 059cfa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "../tsconfig.json",
"include": ["stories"]
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"skipLibCheck": true,
"sourceMap": true
},
"include": ["src", "docs/stories"]
"include": ["src"]
}

0 comments on commit 059cfa6

Please sign in to comment.