Skip to content

Commit

Permalink
Merge pull request #22420 from usrrname/feat/22176-source-loader-stri…
Browse files Browse the repository at this point in the history
…ct-ts

Build: `@storybook/source-loader` migrated to strict TS
  • Loading branch information
kasperpeulen authored May 7, 2023
2 parents 8a5e7ad + b80e539 commit e98f14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/source-loader/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 e98f14e

Please sign in to comment.