From 37ee17d40d5d04865963fb82ccfb809523d9e1b8 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Thu, 17 Sep 2015 17:56:39 -0700 Subject: [PATCH] es3 -> es5. --- scripts/importDefinitelyTypedTests/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/importDefinitelyTypedTests/tsconfig.json b/scripts/importDefinitelyTypedTests/tsconfig.json index 3bf148ffa5c..dede4572531 100644 --- a/scripts/importDefinitelyTypedTests/tsconfig.json +++ b/scripts/importDefinitelyTypedTests/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "module": "commonjs", - "target": "es3", + "target": "ES5", "noImplicitAny": true, "outDir": "./", "rootDir": ".",