From 3b0ef72c402423e3790cd078ee814a89d6d556f1 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Wed, 7 Oct 2020 15:40:27 -0400 Subject: [PATCH] meta: support es6 syntax for Set compatibility --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 1b4e6cd..cf0f8ac 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es5", "lib": [ + "es6", "dom", "dom.iterable", "esnext"