From deb293c0003ba223eefcdf46160e9c8177063300 Mon Sep 17 00:00:00 2001 From: Aya Morisawa Date: Thu, 29 Dec 2016 10:56:24 +0900 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 0b7f78c68..2fd42733e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "noEmitOnError": false, "noImplicitAny": false, "noImplicitReturns": true, - "noUnusedParameters": true, + "noUnusedParameters": false, "noUnusedLocals": true, "noFallthroughCasesInSwitch": true, "experimentalDecorators": true,