From 41f99d2b20a65df5f1d3b2674495703108eab3a2 Mon Sep 17 00:00:00 2001 From: ClausClaus Date: Sat, 16 Jul 2022 13:03:35 +0800 Subject: [PATCH] change tsconfig.json target attributes to es5 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 80587c9..2a91e81 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,7 @@ "esModuleInterop": true, "composite": true, "lib": ["esnext", "dom"], - "target": "es2017", + "target": "ES5", "module": "commonjs", "moduleResolution": "node", "skipLibCheck": true,