diff --git a/common/predictive-text/src/node/tsconfig.json b/common/predictive-text/src/node/tsconfig.json index 3f847a1c30..f95364c417 100644 --- a/common/predictive-text/src/node/tsconfig.json +++ b/common/predictive-text/src/node/tsconfig.json @@ -14,7 +14,6 @@ "*.ts" ], "references": [ - { "path": "../tsconfig.json" }, - { "path": "../../../web/lm-worker" } + { "path": "../tsconfig.json" } ] } \ No newline at end of file diff --git a/common/web/lm-worker/build.sh b/common/web/lm-worker/build.sh index 5a07a49911..22ffa9208c 100755 --- a/common/web/lm-worker/build.sh +++ b/common/web/lm-worker/build.sh @@ -55,6 +55,9 @@ function do_build() { # Declaration bundling. tsc --emitDeclarationOnly --outFile $INTERMEDIATE/worker-main.d.ts + # Some automated tests currently rely upon the individual output files. + tsc + mkdir -p $LIB