From 2a1fe8c84290296e9942faab6f6483e52220a2c0 Mon Sep 17 00:00:00 2001 From: alemagio Date: Sun, 18 Oct 2020 21:33:54 +0200 Subject: [PATCH] fix: removed comma and comment to make it requirable --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 22d6c46..9517158 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2018", // 92% Node.js 10 (https://node.green/) + "target": "es2018", "module": "commonjs", "moduleResolution": "node", "declaration": true, @@ -17,6 +17,6 @@ "skipLibCheck": true, "lib": [ "esnext" - ], + ] } }