diff --git a/tsconfig.json b/tsconfig.json index dc387bc..108a884 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "esnext", - "lib": ["esnext"], + "target": "es6", + "lib": ["es6"], "module": "commonjs", "importHelpers": true, "strict": true,