Skip to content

Commit

Permalink
Merge pull request #22369 from kyletsang/outline-ts
Browse files Browse the repository at this point in the history
Migrate @storybook/addon-outline to strict TS
  • Loading branch information
kasperpeulen authored May 4, 2023
2 parents dac8d5f + 1219960 commit e9afed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/outline/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 e9afed3

Please sign in to comment.