Skip to content

Commit dd428ba

Browse files
committed
fix declaration
1 parent ae668e1 commit dd428ba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/cli/parse.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ export const optionDeclarations: CommandLineOption[] = [
104104
description: "Measure performance of the tstl compiler.",
105105
type: "boolean",
106106
},
107+
{
108+
name: "recompileLuaLib",
109+
description: "Recompile the Lua standard library with custom plugins.",
110+
type: "boolean",
111+
},
107112
];
108113

109114
export function updateParsedConfigFile(parsedConfigFile: ts.ParsedCommandLine): ParsedCommandLine {

0 commit comments

Comments
 (0)