diff --git a/tsconfig.json b/tsconfig.json index 99bd56d3..61f93bc0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,8 @@ "target": "es5", "allowJs": true, "moduleResolution": "node", + "noImplicitReturns": true, + "noUnusedLocals": true, "resolveJsonModule": true, } } \ No newline at end of file