Revert "Support CheckJS"

Broken in master.

This reverts commit dd230d520b.
This commit is contained in:
Ryan Dahl 2018-10-23 09:54:52 -04:00
parent dd230d520b
commit 5cf37c2f20
5 changed files with 0 additions and 23 deletions

View file

@ -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