Skip to content

Commit

Permalink
Update apps/storybook/tsconfig.json
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Marszalek <[email protected]>
  • Loading branch information
unekinn and mimarz authored Nov 14, 2024
1 parent e202e8f commit 18d6cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/storybook/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["../../packages/theme/brand/types.d.ts"]
"types": ["../../packages/theme/brand/colors.d.ts"]
},
"include": [".", "./.storybook/**/*", "../../packages/css/postcss.config.js"]
}

0 comments on commit 18d6cff

Please sign in to comment.