diff --git a/src/compiler/types.ts b/src/compiler/types.ts index f95200c4cb3..dbdd71ed363 100644 --- a/src/compiler/types.ts +++ b/src/compiler/types.ts @@ -962,7 +962,6 @@ module ts { writeFile(filename: string, data: string, writeByteOrderMark: boolean, onError?: (message: string) => void): void; } - export interface SourceMapSpan { emittedLine: number; // Line number in the .js file emittedColumn: number; // Column number in the .js file