diff options
Diffstat (limited to 'js')
-rw-r--r-- | js/compiler.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/compiler.ts b/js/compiler.ts index bac328937..c872afa14 100644 --- a/js/compiler.ts +++ b/js/compiler.ts @@ -152,7 +152,6 @@ export class DenoCompiler // arguments private readonly _options: Readonly<ts.CompilerOptions> = { allowJs: true, - checkJs: true, module: ts.ModuleKind.AMD, outDir: "$deno$", // TODO https://github.com/denoland/deno/issues/23 |