diff --git a/build.sh b/build.sh index f1a3997583fdc..7f1fe316db560 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