From 23f431d30ba94547d5c3ddd7f13b935f1049b4d1 Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 23 Jan 2020 02:28:32 +0000 Subject: [PATCH] Fix tsconfig typo --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 71c7d1a..4cfe739 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,6 @@ , "removeComments": true , "resolveJsonModule": true , "target": "es6" - . "strict": true + , "strict": true } }