From 1173ae4262b5da65f55369fb718f71d577ab66f9 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 18:26:26 +0800 Subject: [PATCH] chore(ts): apply strict compiler options --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 93a6e4e..0e0d634 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "outDir": "dist", + "strict": true, "noImplicitAny": true, "strictNullChecks": true, "declaration": true,