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" - ], + ] } }