Skip to content

Commit 45aaac6

Browse files
Chris Bajorinchrisbajorin
andauthored
added top level export parseConfigFileWithSystem (#888)
Co-authored-by: Chris Bajorin <chris@chrisbajorin.com>
1 parent 9ee6091 commit 45aaac6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
export { version } from "./cli/information";
22
export { parseCommandLine, ParsedCommandLine, updateParsedConfigFile } from "./cli/parse";
33
export * from "./cli/report";
4+
export { parseConfigFileWithSystem } from "./cli/tsconfig";
45
export * from "./CompilerOptions";
56
export * from "./LuaAST";
67
export { LuaLibFeature } from "./LuaLib";

0 commit comments

Comments
 (0)