summaryrefslogtreecommitdiff
path: root/cli/js/compiler_host.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/compiler_host.ts')
-rw-r--r--cli/js/compiler_host.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/compiler_host.ts b/cli/js/compiler_host.ts
index 78ed4889a..585a7833e 100644
--- a/cli/js/compiler_host.ts
+++ b/cli/js/compiler_host.ts
@@ -37,6 +37,7 @@ export interface ConfigureResponse {
/** Options that need to be used when generating a bundle (either trusted or
* runtime). */
export const defaultBundlerOptions: ts.CompilerOptions = {
+ allowJs: true,
inlineSourceMap: false,
module: ts.ModuleKind.System,
outDir: undefined,