build(example): fix tsconfig (#11593)
This commit is contained in:
parent
b847257b16
commit
84b4338ab5
2
build.sh
2
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}/
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue