ts-api-utils - v3.0.0-rc.1
    Preparing search index...

    Type Alias StrictCompilerOption

    StrictCompilerOption:
        | "alwaysStrict"
        | "noImplicitAny"
        | "noImplicitThis"
        | "strictBindCallApply"
        | "strictFunctionTypes"
        | "strictNullChecks"
        | "strictPropertyInitialization"

    An option that can be tested with isStrictCompilerOptionEnabled.