Skip to content

Commit fb88a8c

Browse files
committed
Add explicit reference to typescript-internal file
1 parent 0aeeaef commit fb88a8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import { emitTranspiledFiles, OutputFile } from "./Emit";
77
import { transpile, TranspiledFile, TranspileResult } from "./Transpile";
88

99
export {
10+
createDiagnosticReporter,
1011
parseCommandLine,
1112
ParsedCommandLine,
1213
updateParsedConfigFile,
13-
createDiagnosticReporter,
1414
} from "./CommandLineParser";
1515
export * from "./CompilerOptions";
1616
export * from "./Emit";
@@ -21,6 +21,8 @@ export * from "./LuaTransformer";
2121
export * from "./Transpile";
2222
export * from "./TranspileError";
2323

24+
/// <reference path="./typescript-internal" />
25+
2426
export interface TranspileFilesResult {
2527
diagnostics: ts.Diagnostic[];
2628
emitResult: OutputFile[];

0 commit comments

Comments
 (0)