From 2cfa60832496902089b9d73d3954318aa8a1fe2a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Thu, 25 Oct 2018 06:26:21 +1100 Subject: Support CheckJS --- js/compiler.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'js') 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