From 25ba12ae3a13c8add19330bb6764021f4732b4bb Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sun, 21 Apr 2019 19:22:18 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8E=B3=E6=A0=BC=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 3f37492..4e57187 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,9 @@ "skipLibCheck": true, "sourceMap": true, "strict": true, + "noImplicitAny": true, + "noImplicitReturns": true, + "noImplicitThis": true, "target": "esnext" } }