Merge pull request #23376 from storybookjs/chaks/strict-ts-vue3-webpack5

Build: Migrate `vue3-webpack5` to ts strict mode
This commit is contained in:
Kasper Peulen 2023-07-27 10:52:07 +02:00 committed by GitHub
commit a1c9ea6c60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
"compilerOptions": {
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": false
"strict": true
},
"include": ["src/**/*"]
}