From d5a7493c6688532ede468ce892878000ee79e355 Mon Sep 17 00:00:00 2001 From: Liliana Kastilio Date: Mon, 24 Jun 2019 11:21:01 +0100 Subject: [PATCH] fix: Add array includes lib --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 3266a097c4..0d0adddbe4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,8 @@ "pretty": true, "target": "es2015", "lib": [ - "es2015" + "es2015", + "es2016.array.include", ], "module": "commonjs", "allowJs": true,