summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index ce84afa..65ae35e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
- "target": "ES2019",
- "lib": ["ES2020", "DOM"],
+ "target": "ES2018",
+ "lib": ["ES2018", "DOM"],
"module": "commonjs",
"esModuleInterop": true,
"declaration": true,