Skip to content

Commit

Permalink
Merge pull request #22397 from kuriacka/chore/strict-ts-types
Browse files Browse the repository at this point in the history
Migrate @storybook/types to strict TS
  • Loading branch information
kasperpeulen authored May 7, 2023
2 parents 451adc6 + bbdf1ef commit fef4636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"strict": false
"strict": true
}
}

0 comments on commit fef4636

Please sign in to comment.