diff --git a/tsconfig.json b/tsconfig.json index 2ddb2c9..085bf46 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "declaration": true, "sourceMap": true, - "lib": ["es2016"], + "target": "ES5", "rootDir": "src", "outDir": "dist", "strict": true,