We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42afccf commit b4bc2b0Copy full SHA for b4bc2b0
scripts/docs.sh
@@ -3,10 +3,10 @@ SCRIPTDIR=`dirname $0`;
3
BASEDIR="$SCRIPTDIR/..";
4
5
pushd $BASEDIR;
6
+mv tsconfig.json tsconfig.json.tmp
7
typings install --global dt~es6-shim
8
typings install --global dt~angular
9
typings install --global dt~jquery
-popd
10
11
$BASEDIR/node_modules/typedoc/bin/typedoc $* \
12
--experimentalDecorators \
@@ -20,3 +20,6 @@ $BASEDIR/node_modules/typedoc/bin/typedoc $* \
20
$BASEDIR/src $BASEDIR/typings/index.d.ts
21
22
rm -rf $BASEDIR/typings
23
+
24
+mv tsconfig.json.tmp tsconfig.json
25
+popd
0 commit comments