mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 01:21:07 +08:00
refactor(a11y): activate noImplicitReturns TS compiler option
This commit is contained in:
parent
e923b13435
commit
09f0b7450c
@ -4,6 +4,7 @@
|
||||
"rootDir": "./src",
|
||||
"types": ["webpack-env"],
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"noImplicitReturns": true,
|
||||
"noUnusedLocals": true
|
||||
},
|
||||
"include": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user