From 78ecdebce80e61c3b2fc137b3639f10ac5a09ef2 Mon Sep 17 00:00:00 2001 From: Adrian Smijulj Date: Sun, 12 Jun 2022 19:14:17 +0200 Subject: [PATCH] chore: update target --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b7c6f19..5503800 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "./node_modules/*" ], "compilerOptions": { - "target": "es2015", + "target": "es2016", "moduleResolution": "node", "types": [] }