Skip to content

Commit

Permalink
Merge pull request #22428 from mariasimo/ts-migrate/react-vite-preact…
Browse files Browse the repository at this point in the history
…-vite

Migrate @storybook/react-vite and @storybook/preact-vite to strict TS
  • Loading branch information
kasperpeulen authored May 7, 2023
2 parents 8d479eb + 6f0d896 commit 4b0d3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/frameworks/preact-vite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"resolveJsonModule": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"strict": false
"strict": true
},
"include": ["src/**/*"]
}
2 changes: 1 addition & 1 deletion code/frameworks/react-vite/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rootDir": "./src",
"types": ["node"],
"resolveJsonModule": true,
"strict": false
"strict": true
},
"include": ["src/**/*"]
}

0 comments on commit 4b0d3cb

Please sign in to comment.