Skip to content

Commit

Permalink
fix: remove useless tsconfig exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerFeng committed Sep 12, 2023
1 parent 5fc633d commit fba44ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/storybook/builder/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"module": "NodeNext",
"esModuleInterop": true
},
"include": ["./src"],
"exclude": ["./tests/fixtures"]
"include": ["./src"]
}
3 changes: 1 addition & 2 deletions packages/storybook/framework/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
"module": "NodeNext",
"esModuleInterop": true
},
"include": ["./src"],
"exclude": ["./tests/fixtures"]
"include": ["./src"]
}

0 comments on commit fba44ca

Please sign in to comment.