diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-01-08 17:44:05 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2022-01-08 17:45:18 +0530 |
| commit | e1092bfca260412ab716710d31c24c86d3a818e1 (patch) | |
| tree | 05ea30f8899fed36f6b644733a644bd71ee30dcc /tsconfig.json | |
| parent | 173b249d9a91d8fee7c3cc18946e8fda188295c2 (diff) | |
| download | elxr-e1092bfca260412ab716710d31c24c86d3a818e1.tar.gz elxr-e1092bfca260412ab716710d31c24c86d3a818e1.zip | |
chore: prettier config change + formatting
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
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": "." |
