From 97c78292fef34a39552a4d983413b01e185a49aa Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 17 Jun 2023 22:48:56 -0400 Subject: export and load maps --- client/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/tsconfig.json') diff --git a/client/tsconfig.json b/client/tsconfig.json index 4850356..e638afd 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json @@ -5,7 +5,7 @@ "outDir": "./js", "allowJs": false, "module": "es6", - "target": "es6" + "target": "es2017" }, "include": ["./**/*"] } -- cgit v1.2.3-freya