Skip to content

Commit

Permalink
Merge pull request #22447 from kolife01/ts-migrate-core-client
Browse files Browse the repository at this point in the history
Build: Migrate @storybook/core-client to strict-ts
  • Loading branch information
kasperpeulen authored May 8, 2023
2 parents 7999de3 + 0bcdc8b commit 2b78337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"extends": "../../tsconfig.json",
"include": ["src/**/*", "typings.d.ts"],
"compilerOptions": {
"strict": false
"strict": true
}
}

0 comments on commit 2b78337

Please sign in to comment.