Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
fix: type checking
  • Loading branch information
steveblue committed Nov 1, 2024
1 parent 3732504 commit 8c054b1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ const config: StorybookConfig = {
},
core: {
builder: '@storybook/builder-webpack5'
},
typescript: {
check: false
}
};
export default config;
34 changes: 17 additions & 17 deletions documentation.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"pipes": [],
"interfaces": [],
"injectables": [],
"guards": [],
"interceptors": [],
"classes": [],
"directives": [],
"components": [],
"modules": [],
"miscellaneous": [],
"routes": [],
"coverage": {
"count": 0,
"status": "low",
"files": []
}
}
"pipes": [],
"interfaces": [],
"injectables": [],
"guards": [],
"interceptors": [],
"classes": [],
"directives": [],
"components": [],
"modules": [],
"miscellaneous": [],
"routes": [],
"coverage": {
"count": 0,
"status": "low",
"files": []
}
}

0 comments on commit 8c054b1

Please sign in to comment.