Skip to content

Commit

Permalink
fix(storybook): react-native tsconfig templates (#14638)
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël Rézac <michael.rezac@gokepler.fr>
(cherry picked from commit 7af4c3f)
  • Loading branch information
mandarini authored and FrozenPandaz committed Jan 27, 2023
1 parent 67d336f commit bfc4796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"../<%= mainDir %>/**/*.stories.tsx",
"../<%= mainDir %>/**/*.stories.mdx",
"*.ts",
"*.js"<% if(uiFramework === '@storybook/react-native') { %>, *.tsx"<% } %><% } %>]
"*.js"<% if(uiFramework === '@storybook/react-native') { %>, "*.tsx"<% } %><% } %>]
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"../<%= mainDir %>/**/*.stories.tsx",
"../<%= mainDir %>/**/*.stories.mdx",
"*.ts",
"*.js"<% if(uiFramework === '@storybook/react-native') { %>, *.tsx"<% } %><% } %>]
"*.js"<% if(uiFramework === '@storybook/react-native') { %>, "*.tsx"<% } %><% } %>]
}

0 comments on commit bfc4796

Please sign in to comment.