From ecb20eb98f24b3f2e163301b7619678c87804c7e Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Wed, 27 Dec 2017 09:40:05 +0800 Subject: [PATCH] cs --- tsconfig.json | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0656b07..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" @@ -17,10 +19,10 @@ ], "baseUrl": "src/", "paths": { - "@shared": [ "app/shared" ], - "@shared/*": [ "app/shared/*" ], - "@core": [ "app/core/" ], - "@core/*": [ "app/core/*" ] + "@shared": [ "app/shared" ], + "@shared/*": [ "app/shared/*" ], + "@core": [ "app/core/" ], + "@core/*": [ "app/core/*" ] } } } -- Gitblit v1.8.0