From 774da8028c46bbeea057595efe932cea46119c5a Mon Sep 17 00:00:00 2001 From: menduz Date: Mon, 1 Aug 2022 17:52:28 -0300 Subject: [PATCH] fix: old webpack parsers do not support .? (#113) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b9f60c77..618cda32 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "strict": true, "outDir": "dist", - "target": "es2020", + "target": "es2017", "module": "commonjs", "moduleResolution": "node", "sourceMap": true,