Skip to content

Commit

Permalink
Merge pull request #22421 from efrenaragon96/ts-migrate/client-api
Browse files Browse the repository at this point in the history
Migrate @storybook/client-api to strict TS
  • Loading branch information
kasperpeulen authored May 7, 2023
2 parents 4b0d3cb + 8399e37 commit c87b7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/client-api/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 c87b7c5

Please sign in to comment.