@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias CompilerOptionsValue

    CompilerOptionsValue:
        | string
        | number
        | boolean
        | (string | number)[]
        | string[]
        | MapLike<string[]>
        | PluginImport[]
        | ProjectReference[]
        | null
        | undefined