summaryrefslogtreecommitdiff
path: root/js/diagnostics.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/diagnostics.ts')
-rw-r--r--js/diagnostics.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/diagnostics.ts b/js/diagnostics.ts
index 1207eca4f..4085d31fe 100644
--- a/js/diagnostics.ts
+++ b/js/diagnostics.ts
@@ -4,7 +4,7 @@
// compiler, which is strongly influenced by the format of TypeScript
// diagnostics.
-import * as ts from "typescript";
+/// <reference types="../third_party/node_modules/typescript/lib/typescript.d.ts"/>
/** The log category for a diagnostic message */
export enum DiagnosticCategory {