diff --git a/tsconfig.json b/tsconfig.json index 98987b46..b0574f50 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "moduleResolution": "node", "experimentalDecorators": true, "esModuleInterop": true, + "noUnusedLocals": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".",