mirror of
https://github.com/denoland/deno.git
synced 2025-08-02 18:12:39 +00:00
Revert "Support CheckJS"
Broken in master.
This reverts commit dd230d520b
.
This commit is contained in:
parent
dd230d520b
commit
5cf37c2f20
5 changed files with 0 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue