We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee6091 commit 45aaac6Copy full SHA for 45aaac6
src/index.ts
@@ -1,6 +1,7 @@
1
export { version } from "./cli/information";
2
export { parseCommandLine, ParsedCommandLine, updateParsedConfigFile } from "./cli/parse";
3
export * from "./cli/report";
4
+export { parseConfigFileWithSystem } from "./cli/tsconfig";
5
export * from "./CompilerOptions";
6
export * from "./LuaAST";
7
export { LuaLibFeature } from "./LuaLib";
0 commit comments