diff --git a/package.json b/package.json index afcea0e..d2aa7fa 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "prepublishOnly": "yarn build" }, "engines": { - "node": ">=16.0.0" + "node": ">=14.14" } } diff --git a/tsconfig.json b/tsconfig.json index 6ec0c8d..66af2a2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,9 +1,9 @@ { "compilerOptions": { "module": "commonjs", - "target": "ES2021", + "target": "ES2020", "lib": [ - "ES2021" + "ES2020" ], "sourceMap": false, "strict": true,