build(example): fix tsconfig (#11593)

This commit is contained in:
Victor Berchet 2016-09-14 07:40:58 -07:00 committed by Evan Martin
parent b847257b16
commit 84b4338ab5
2 changed files with 2 additions and 2 deletions

View File

@ -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}/

View File

@ -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"
]
}