refactor(a11y): activate noImplicitReturns TS compiler option

This commit is contained in:
Gaëtan Maisse 2019-12-17 20:44:37 +01:00
parent e923b13435
commit 09f0b7450c

View File

@ -4,6 +4,7 @@
"rootDir": "./src",
"types": ["webpack-env"],
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noUnusedLocals": true
},
"include": [