From 8a7dcab4dd1639e92adff4116fdce57a60372893 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 27 Jun 2021 00:10:39 +0900 Subject: [PATCH] fix tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index e7fce74..ed7e34f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es2020", + "target": "es2017", "module": "commonjs", "declaration": true, "outDir": "./built/",