Original issue: iisaduan/ts-fix#7
Currently, this is most needed in createProject for when a project is unable to be created. There are a multitude of reasons this could happen, the most common being the options.tsconfig does not link to a valid tsconfig for a project. Knowing why a project could not be created would be helpful for troubleshooting.
Original issue: iisaduan/ts-fix#7
Currently, this is most needed in
createProjectfor when a project is unable to be created. There are a multitude of reasons this could happen, the most common being theoptions.tsconfigdoes not link to a validtsconfigfor a project. Knowing why a project could not be created would be helpful for troubleshooting.