From f08107c93b5858c95954843fd694da2b3df6042d Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Sun, 11 Apr 2021 16:09:17 +0100 Subject: [PATCH] Oops version bump --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 9c23c4af..dde632aa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "incremental": true, - "target": "ESNEXT", + "target": "ES2019", "module": "commonjs", "declaration": false, "outDir": "./lib",