summaryrefslogtreecommitdiff
path: root/cli/tsc/compiler.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/compiler.d.ts')
-rw-r--r--cli/tsc/compiler.d.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tsc/compiler.d.ts b/cli/tsc/compiler.d.ts
index e5ce12cd3..949d98ee0 100644
--- a/cli/tsc/compiler.d.ts
+++ b/cli/tsc/compiler.d.ts
@@ -5,7 +5,6 @@
import * as _ts from "../dts/typescript";
declare global {
- // deno-lint-ignore no-namespace
namespace ts {
var libs: string[];
var libMap: Map<string, string>;
@@ -22,7 +21,6 @@ declare global {
var performance: Performance;
}
- // deno-lint-ignore no-namespace
namespace ts {
export = _ts;
}