From e237ef3ffca8a99e66858d80b0367bb72f071e33 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 3 Jan 2018 13:25:25 -0800 Subject: [PATCH] colors: Fix test (#22656) --- types/colors/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/colors/tsconfig.json b/types/colors/tsconfig.json index d935a49e18..99d78ad72d 100644 --- a/types/colors/tsconfig.json +++ b/types/colors/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "module": "commonjs", "lib": [ - "es6" + "es5" ], "noImplicitAny": true, "noImplicitThis": true,