aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-01-12 00:30:17 +0530
committerAkshay Nair <phenax5@gmail.com>2023-01-12 00:30:17 +0530
commitd87c171a59a1293aa223d98fc19d4e5a694516c3 (patch)
treed0f4af920a573e9395751ba03ee6566ee2cd1f47 /tsconfig.json
parent49d6379c3d40b684b28f4a957ff1ffb81a2560ee (diff)
downloadts-types-lang-d87c171a59a1293aa223d98fc19d4e5a694516c3.tar.gz
ts-types-lang-d87c171a59a1293aa223d98fc19d4e5a694516c3.zip
fix: minor fixes
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 7c7eece..d8496d7 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,7 +15,6 @@
"strictPropertyInitialization": true,
"useUnknownInCatchVariables": true,
"alwaysStrict": true,
- "noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,