aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2022-01-08 17:44:05 +0530
committerAkshay Nair <phenax5@gmail.com>2022-01-08 17:45:18 +0530
commite1092bfca260412ab716710d31c24c86d3a818e1 (patch)
tree05ea30f8899fed36f6b644733a644bd71ee30dcc /tsconfig.json
parent173b249d9a91d8fee7c3cc18946e8fda188295c2 (diff)
downloadelxr-e1092bfca260412ab716710d31c24c86d3a818e1.tar.gz
elxr-e1092bfca260412ab716710d31c24c86d3a818e1.zip
chore: prettier config change + formatting
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
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": "."