From 43527172ed6f9cf189d8e1bd2f1f650e4e7035b2 Mon Sep 17 00:00:00 2001 From: Tobias Bosch Date: Mon, 2 May 2016 09:38:16 -0700 Subject: [PATCH] =?UTF-8?q?chore:=20don=E2=80=99t=20shadow=20`tsconfig.jso?= =?UTF-8?q?n`=20used=20for=20editors=20by=20build=20specific=20tsconfig.js?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 +- modules/@angular/common/{tsconfig.json => tsconfig-es5.json} | 0 modules/@angular/compiler/{tsconfig.json => tsconfig-es5.json} | 0 modules/@angular/core/{tsconfig.json => tsconfig-es5.json} | 0 modules/@angular/http/{tsconfig.json => tsconfig-es5.json} | 0 .../{tsconfig.json => tsconfig-es5.json} | 0 .../platform-browser/{tsconfig.json => tsconfig-es5.json} | 0 .../platform-server/{tsconfig.json => tsconfig-es5.json} | 0 .../router-deprecated/{tsconfig.json => tsconfig-es5.json} | 0 modules/@angular/router/{tsconfig.json => tsconfig-es5.json} | 0 modules/@angular/upgrade/{tsconfig.json => tsconfig-es5.json} | 0 11 files changed, 1 insertion(+), 1 deletion(-) rename modules/@angular/common/{tsconfig.json => tsconfig-es5.json} (100%) rename modules/@angular/compiler/{tsconfig.json => tsconfig-es5.json} (100%) rename modules/@angular/core/{tsconfig.json => tsconfig-es5.json} (100%) rename modules/@angular/http/{tsconfig.json => tsconfig-es5.json} (100%) rename modules/@angular/platform-browser-dynamic/{tsconfig.json => tsconfig-es5.json} (100%) rename modules/@angular/platform-browser/{tsconfig.json => tsconfig-es5.json} (100%) rename modules/@angular/platform-server/{tsconfig.json => tsconfig-es5.json} (100%) rename modules/@angular/router-deprecated/{tsconfig.json => tsconfig-es5.json} (100%) rename modules/@angular/router/{tsconfig.json => tsconfig-es5.json} (100%) rename modules/@angular/upgrade/{tsconfig.json => tsconfig-es5.json} (100%) diff --git a/build.sh b/build.sh index f1a3997583..7f1fe316db 100755 --- a/build.sh +++ b/build.sh @@ -51,7 +51,7 @@ do echo "====== COMPILING: \$(npm bin)/ng2tc -p ${SRCDIR}/tsconfig.json =====" - $(npm bin)/ng2tc -p ${SRCDIR}/tsconfig.json + $(npm bin)/ng2tc -p ${SRCDIR}/tsconfig-es5.json cp ${SRCDIR}/package.json ${DESTDIR}/ diff --git a/modules/@angular/common/tsconfig.json b/modules/@angular/common/tsconfig-es5.json similarity index 100% rename from modules/@angular/common/tsconfig.json rename to modules/@angular/common/tsconfig-es5.json diff --git a/modules/@angular/compiler/tsconfig.json b/modules/@angular/compiler/tsconfig-es5.json similarity index 100% rename from modules/@angular/compiler/tsconfig.json rename to modules/@angular/compiler/tsconfig-es5.json diff --git a/modules/@angular/core/tsconfig.json b/modules/@angular/core/tsconfig-es5.json similarity index 100% rename from modules/@angular/core/tsconfig.json rename to modules/@angular/core/tsconfig-es5.json diff --git a/modules/@angular/http/tsconfig.json b/modules/@angular/http/tsconfig-es5.json similarity index 100% rename from modules/@angular/http/tsconfig.json rename to modules/@angular/http/tsconfig-es5.json diff --git a/modules/@angular/platform-browser-dynamic/tsconfig.json b/modules/@angular/platform-browser-dynamic/tsconfig-es5.json similarity index 100% rename from modules/@angular/platform-browser-dynamic/tsconfig.json rename to modules/@angular/platform-browser-dynamic/tsconfig-es5.json diff --git a/modules/@angular/platform-browser/tsconfig.json b/modules/@angular/platform-browser/tsconfig-es5.json similarity index 100% rename from modules/@angular/platform-browser/tsconfig.json rename to modules/@angular/platform-browser/tsconfig-es5.json diff --git a/modules/@angular/platform-server/tsconfig.json b/modules/@angular/platform-server/tsconfig-es5.json similarity index 100% rename from modules/@angular/platform-server/tsconfig.json rename to modules/@angular/platform-server/tsconfig-es5.json diff --git a/modules/@angular/router-deprecated/tsconfig.json b/modules/@angular/router-deprecated/tsconfig-es5.json similarity index 100% rename from modules/@angular/router-deprecated/tsconfig.json rename to modules/@angular/router-deprecated/tsconfig-es5.json diff --git a/modules/@angular/router/tsconfig.json b/modules/@angular/router/tsconfig-es5.json similarity index 100% rename from modules/@angular/router/tsconfig.json rename to modules/@angular/router/tsconfig-es5.json diff --git a/modules/@angular/upgrade/tsconfig.json b/modules/@angular/upgrade/tsconfig-es5.json similarity index 100% rename from modules/@angular/upgrade/tsconfig.json rename to modules/@angular/upgrade/tsconfig-es5.json