There was an error while loading. Please reload this page.
1 parent 7c7c952 commit 6cb6693Copy full SHA for 6cb6693
1 file changed
src/cli/parse.ts
@@ -104,6 +104,11 @@ export const optionDeclarations: CommandLineOption[] = [
104
description: "Measure performance of the tstl compiler.",
105
type: "boolean",
106
},
107
+ {
108
+ name: "kahluaImport",
109
+ description: "Disable replacing slashes by dots in imports",
110
+ type: "boolean"
111
+ }
112
];
113
114
export function updateParsedConfigFile(parsedConfigFile: ts.ParsedCommandLine): ParsedCommandLine {
0 commit comments