From e1092bfca260412ab716710d31c24c86d3a818e1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 8 Jan 2022 17:44:05 +0530 Subject: chore: prettier config change + formatting --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index cc1f11b..aa7207d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "noImplicitAny": false, "esModuleInterop": true, "moduleResolution": "node", + "noImplicitReturns": true, "checkJs": false, "outDir": "lib", "baseUrl": "." -- cgit v1.3.1