Skip to content

Commit

Permalink
Merge pull request #22200 from kuriacka/kuriacka/strict-ts-postinstal…
Browse files Browse the repository at this point in the history
…l-and-router

Build: Migrate @storybook/postinstall and @storybook/router to strict TS
  • Loading branch information
kasperpeulen authored May 1, 2023
2 parents d9bf860 + 8cdf249 commit 71024ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/lib/postinstall/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "../../tsconfig.json",
"compilerOptions": {
"types": ["node"],
"strict": false
"strict": true
},
"include": ["src/**/*"]
}
6 changes: 3 additions & 3 deletions code/lib/router/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"],
"compilerOptions": {
"strict": false
}
"strict": true
},
"include": ["src/**/*"]
}

0 comments on commit 71024ff

Please sign in to comment.