-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
There is the custom options paragraph
And there is the CompilerOptions declaration:
export declare type CompilerOptions = OmitIndexSignature<ts.CompilerOptions> & {
buildMode?: BuildMode;
noImplicitSelf?: boolean;
noHeader?: boolean;
luaBundle?: string;
luaBundleEntry?: string;
luaTarget?: LuaTarget;
luaLibImport?: LuaLibImportKind;
sourceMapTraceback?: boolean;
luaPlugins?: LuaPluginImport[];
plugins?: Array<ts.PluginImport | TransformerImport>;
tstlVerbose?: boolean;
[option: string]: any;
};Unfortunately, some of the properties are not described in the table, for example, buildMode or tstlVerbose
Metadata
Metadata
Assignees
Labels
No labels