diff --git a/plugin/kintone-addins/tsconfig.json b/plugin/kintone-addins/tsconfig.json index 3327eee..483239b 100644 --- a/plugin/kintone-addins/tsconfig.json +++ b/plugin/kintone-addins/tsconfig.json @@ -15,8 +15,8 @@ /* Linting */ "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "noFallthroughCasesInSwitch": true, "esModuleInterop": true },