From fd8c883cf49274abeeb5fefcb85b9f9fc13c831b Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Tue, 21 Jan 2020 13:52:53 -0800 Subject: [PATCH] Update tsconfig-base.json - remove comments --- tsconfig-base.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig-base.json b/tsconfig-base.json index a6e9d58f..c0bb0249 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -6,10 +6,10 @@ "moduleResolution": "node", "declaration": true, - "declarationMap": true /* Added 2019-04-13 */, + "declarationMap": true, "sourceMap": true, - "strict": true /* Enable all strict type-checking options. */, + "strict": true, "strictNullChecks": false, "noImplicitAny": false, "noUnusedLocals": true,