export interface FilePathToContent {
    [filePath: string]: string;
}
