From 0b32b9110dd406ca052cfd7348f0ddd7e35b048e Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 4 Sep 2022 16:21:18 +0200 Subject: Use esbuild to produce JS --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 3e7f32b..380eab3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "amd", - "target": "es5", + "target": "es2017", "baseUrl": "src", "outFile": "public/main.js", "noImplicitAny": true, -- cgit v1.2.3