chore: don’t shadow `tsconfig.json` used for editors by build specific tsconfig.json

This commit is contained in:
Tobias Bosch 2016-05-02 09:38:16 -07:00
parent b88384eed8
commit 43527172ed
11 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ do
echo "====== COMPILING: \$(npm bin)/ng2tc -p ${SRCDIR}/tsconfig.json =====" 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}/ cp ${SRCDIR}/package.json ${DESTDIR}/