From dd230d520b5599c0e51cf30245a567f07b3cfb28 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 23 Oct 2018 22:08:47 +1100 Subject: Support CheckJS --- js/compiler.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js/compiler.ts') diff --git a/js/compiler.ts b/js/compiler.ts index c872afa14..bac328937 100644 --- a/js/compiler.ts +++ b/js/compiler.ts @@ -152,6 +152,7 @@ export class DenoCompiler // arguments private readonly _options: Readonly = { allowJs: true, + checkJs: true, module: ts.ModuleKind.AMD, outDir: "$deno$", // TODO https://github.com/denoland/deno/issues/23 -- cgit v1.2.3