Skip to content

Commit

Permalink
fix: type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Nov 1, 2024
1 parent 8c054b1 commit e50d2c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
documentation.json
.vscode/
.angular/
dist/
3 changes: 2 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const config: StorybookConfig = {
builder: '@storybook/builder-webpack5'
},
typescript: {
check: false
check: false,
skipCompiler: true
}
};
export default config;

0 comments on commit e50d2c4

Please sign in to comment.