diff options
Diffstat (limited to 'js/diagnostics.ts')
-rw-r--r-- | js/diagnostics.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/diagnostics.ts b/js/diagnostics.ts index 5da91483c..c5377f979 100644 --- a/js/diagnostics.ts +++ b/js/diagnostics.ts @@ -4,8 +4,6 @@ // compiler, which is strongly influenced by the format of TypeScript // diagnostics. -/// <reference types="../third_party/node_modules/typescript/lib/typescript.d.ts"/> - /** The log category for a diagnostic message */ export enum DiagnosticCategory { Log = 0, |