Skip to content

Commit d296298

Browse files
robwormaldevmar
authored andcommitted
fix(build): prevent package tsconfigs from shadowing main tsconfig (angular#11454)
1 parent 077e0be commit d296298

16 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ do
8282
LICENSE_BANNER=${PWD}/modules/@angular/license-banner.txt
8383

8484
echo "====== COMPILING: ${TSC} -p ${SRCDIR}/tsconfig.json ====="
85-
$TSC -p ${SRCDIR}/tsconfig.json
85+
$TSC -p ${SRCDIR}/tsconfig-build.json
8686

8787
cp ${SRCDIR}/package.json ${DESTDIR}/
8888

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

modules/@angular/platform-browser-dynamic/tsconfig.json renamed to modules/@angular/platform-browser-dynamic/tsconfig-build.json

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)