From d63ca7de03d082d313a6d31fb1ba1eda1acf3e68 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 2 Dec 2016 12:10:54 +0200 Subject: [PATCH] disable tsc no-unused checks --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 38caa5da..950a07a1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,6 @@ "outDir": ".tmp", "pretty": true, "moduleResolution": "node", - "noUnusedParameters": true, - "noUnusedLocals": true, "types": [ "core-js", "jasmine",