Skip to content

Commit

Permalink
Merge pull request #22309 from usrrname/22176-web-components-vite-str…
Browse files Browse the repository at this point in the history
…ict-ts

Build: Migrate `@storybook/web-components-vite` to strict TS
  • Loading branch information
kasperpeulen committed May 1, 2023
2 parents e6f33bc + 98b1252 commit 51f7cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/web-components-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 51f7cd7

Please sign in to comment.