Skip to content

Commit

Permalink
Merge pull request #22659 from 1234tgk/ts-migrate/addon-mdx-gfm
Browse files Browse the repository at this point in the history
migrate @storybook/addon-mdx-gfm to strict TS
  • Loading branch information
kasperpeulen authored May 31, 2023
2 parents 294fe71 + acb06da commit 934a868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/gfm/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"strict": false
"strict": true
},
"include": ["src/**/*"]
}

0 comments on commit 934a868

Please sign in to comment.