mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
Merge pull request #23376 from storybookjs/chaks/strict-ts-vue3-webpack5
Build: Migrate `vue3-webpack5` to ts strict mode
This commit is contained in:
commit
a1c9ea6c60
@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": false
|
||||
"strict": true
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user