From 53193d0a473c0f402b1e15eec872bd0e5f30a765 Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 4 Sep 2018 07:34:13 -0700 Subject: [PATCH] Use es6 in typings test --- fixtures/typings-test/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fixtures/typings-test/tsconfig.json b/fixtures/typings-test/tsconfig.json index 699a055a..e10b6955 100644 --- a/fixtures/typings-test/tsconfig.json +++ b/fixtures/typings-test/tsconfig.json @@ -5,6 +5,9 @@ "compilerOptions": { "module": "commonjs", "target": "es5", + "lib": [ + "es6" + ], "noEmit": true } }