Skip to content

Commit

Permalink
Revert "Exclude all components stories from tsconfig"
Browse files Browse the repository at this point in the history
This reverts commit cfcd8d7.
  • Loading branch information
sirreal committed Apr 24, 2024
1 parent ef95a6a commit a7b04df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"src/**/*.ios.js",
"src/**/*.native.js",
"src/**/react-native-*",
"src/**/stories", // exclude storybook stories
"src/**/stories/**/*.js", // only exclude js files, tsx files should be checked
"src/**/test/**/*.js" // only exclude js files, ts{x} files should be checked
]
}

0 comments on commit a7b04df

Please sign in to comment.