You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interface is defined as follows (triggerFile not optional):
exportinterfaceConfigFileDiagnosticEventBody{/** * The file which trigged the searching and error-checking of the config file */triggerFile: string;/** * The name of the found config file. */configFile: string;/** * An arry of diagnostic information items for the found config file. */diagnostics: Diagnostic[];}
The text was updated successfully, but these errors were encountered:
TypeScript Version: 2.0.6-insider
Interface is defined as follows (triggerFile not optional):
The text was updated successfully, but these errors were encountered: