Type alias JsoningOptions

JsoningOptions: {
    ignoreJsonFileCheck?: boolean;
}

Defines the types element values can be.

Type declaration

  • Optional ignoreJsonFileCheck?: boolean

    Whether to ignore if the file is not a JSON file. Default is true.