From 84b4338ab5e4eb1a8717a6cee3f6d3a669ed7054 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Wed, 14 Sep 2016 07:40:58 -0700 Subject: [PATCH] build(example): fix tsconfig (#11593) --- build.sh | 2 +- modules/@angular/examples/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ] }