From 072f1c666b2367a1feafcb94dacc620ebc341ef6 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 27 Dec 2017 09:40:10 +0800 Subject: [PATCH] Merge branch 'develop' of http://blit.7drlb.com:8888/r/screen-frontend into develop --- tsconfig.json | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9b73cb0..55ffe6b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,8 @@ "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, + "noUnusedLocals": false, + "noUnusedParameters": false, "target": "es5", "typeRoots": [ "node_modules/@types" -- Gitblit v1.8.0