diff --git a/build.sh b/build.sh index 68432abe2c..4b45f1731f 100755 --- a/build.sh +++ b/build.sh @@ -106,7 +106,7 @@ do rm -rf ${DESTDIR} - echo "====== COMPILING: ${TSC} -p ${SRCDIR}/tsconfig.json =====" + echo "====== COMPILING: ${TSC} -p ${SRCDIR}/tsconfig-build.json =====" $TSC -p ${SRCDIR}/tsconfig-build.json cp ${SRCDIR}/package.json ${DESTDIR}/ diff --git a/modules/@angular/examples/tsconfig.json b/modules/@angular/examples/tsconfig.json index 44c47067ff..7d1d7db47e 100644 --- a/modules/@angular/examples/tsconfig.json +++ b/modules/@angular/examples/tsconfig.json @@ -26,6 +26,6 @@ "../../../node_modules/zone.js/dist/zone.js.d.ts", "../../system.d.ts", // TODO(i): we can't use protractor's built-in typings because they contain lots of ambient definitions - "../../../node_modules/@types/protractor/index.d.ts", + "../../../node_modules/@types/protractor/index.d.ts" ] }