diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-12 00:30:17 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-12 00:30:17 +0530 |
| commit | d87c171a59a1293aa223d98fc19d4e5a694516c3 (patch) | |
| tree | d0f4af920a573e9395751ba03ee6566ee2cd1f47 /tsconfig.json | |
| parent | 49d6379c3d40b684b28f4a957ff1ffb81a2560ee (diff) | |
| download | ts-types-lang-d87c171a59a1293aa223d98fc19d4e5a694516c3.tar.gz ts-types-lang-d87c171a59a1293aa223d98fc19d4e5a694516c3.zip | |
fix: minor fixes
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
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, |
