Skip to content

Commit

Permalink
Merge pull request #23376 from storybookjs/chaks/strict-ts-vue3-webpack5
Browse files Browse the repository at this point in the history
Build: Migrate `vue3-webpack5` to ts strict mode
  • Loading branch information
kasperpeulen authored Jul 27, 2023
2 parents 39b9548 + 0ceda4e commit a1c9ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/frameworks/vue3-webpack5/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": false
"strict": true
},
"include": ["src/**/*"]
}

0 comments on commit a1c9ea6

Please sign in to comment.