summaryrefslogtreecommitdiff
path: root/js/compiler.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2019-09-13 07:30:04 +1000
committerRyan Dahl <ry@tinyclouds.org>2019-09-12 17:30:04 -0400
commitd231df17b071f74bbcf5b600ee1fbf5152144397 (patch)
tree8733f8e4b6f54fa620d9e6fde0d2d0ab8f3ee527 /js/compiler.ts
parentc03cdcc939f86c9865dc7a700782bdf558fa83f5 (diff)
deno_typescript cleanup/improvements (#2901)
Diffstat (limited to 'js/compiler.ts')
-rw-r--r--js/compiler.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/compiler.ts b/js/compiler.ts
index 12062e63f..41f23bcd2 100644
--- a/js/compiler.ts
+++ b/js/compiler.ts
@@ -1,9 +1,8 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
// TODO(ry) Combine this implementation with //deno_typescript/compiler_main.js
-/// <reference types="../third_party/node_modules/typescript/lib/typescript.d.ts"/>
-
import "./globals.ts";
+import "./ts_global.d.ts";
import { bold, cyan, yellow } from "./colors.ts";
import { Console } from "./console.ts";