Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
tsconfig-paths-webpack-plugin
/
lib
/
Filename :
options.d.ts
back
Copy
export declare type LogLevel = "INFO" | "WARN" | "ERROR"; export interface Options { readonly configFile: string; readonly extensions: ReadonlyArray<string>; readonly baseUrl: string | undefined; readonly silent: boolean; readonly logLevel: LogLevel; readonly logInfoToStdOut: boolean; readonly context: string | undefined; readonly colors: boolean; readonly mainFields: string[]; readonly references: string[] | undefined; } /** * Takes raw options from the webpack config, * validates them and adds defaults for missing options */ export declare function getOptions(rawOptions: {}): Options;