interface DeprecatedOptions {
    ignoreKeywordsWithRef?: boolean;
    jsPropertySyntax?: boolean;
    unicode?: boolean;
}

Properties

ignoreKeywordsWithRef?: boolean

Deprecated

jsPropertySyntax?: boolean

Deprecated

unicode?: boolean

Deprecated