From 3f113ec19df403dafccd9228f3b9c29fd0c24d52 Mon Sep 17 00:00:00 2001 From: mpaulson Date: Thu, 23 Jun 2022 11:23:24 -0600 Subject: [PATCH] fix: tscdeez nuts --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2297191..a635010 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "noImplicitAny": true, "strictNullChecks": true, "resolveJsonModule": true, + "noImplicitReturns": true, "esModuleInterop": true, "target": "es6", "module": "commonjs", @@ -25,4 +26,4 @@ "exclude": [ "node_modules" ] -} \ No newline at end of file +}