From 23a59e9b53d7767f5b5dab44ead740dd58c92b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8D=E7=A8=8B=E5=87=AF?= Date: Thu, 26 Jul 2018 22:05:33 +0800 Subject: [PATCH] chore(tsconfig): remove the useless config --- tsconfig.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0e0d634..0df61a1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,12 +2,8 @@ "compilerOptions": { "outDir": "dist", "strict": true, - "noImplicitAny": true, - "strictNullChecks": true, "declaration": true, "experimentalDecorators": true, - "noUnusedParameters": true, - "noUnusedLocals": true, "module": "CommonJS", "lib": [ "es2017",