config
This commit is contained in:
parent
41d402625b
commit
af3c42f7e8
10 changed files with 170 additions and 75 deletions
4
config.d.ts
vendored
4
config.d.ts
vendored
|
|
@ -16,6 +16,10 @@ export interface Config {
|
|||
buildFolder?: string
|
||||
fileExtension?: string
|
||||
uiBuildFolder?: string
|
||||
obfuscateStringName?: boolean
|
||||
allowRandomStringName?: boolean
|
||||
namespaceCount?: number
|
||||
forceRandomStringLength?: number
|
||||
}
|
||||
|
||||
ui_analyzer?: {
|
||||
|
|
|
|||
Reference in a new issue