Skip to content

Commit

Permalink
fix: tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Oct 9, 2021
1 parent 0dc7c95 commit 9e370ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/react-with-storybook/example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@tsconfig/create-react-app"
"extends": "@tsconfig/create-react-app/tsconfig.json"
}
2 changes: 1 addition & 1 deletion templates/react/example/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@tsconfig/create-react-app"
"extends": "@tsconfig/create-react-app/tsconfig.json"
}

0 comments on commit 9e370ce

Please sign in to comment.