create-react-app doesn't work in composite typescript projects, because for composite projects emitDeclarationOnly must be used instead of noEmit (when using noEmit: true and composite: true typescript compiler throws an error). I suggest to add a check - if typescript project is composite-based, use emitDeclarationOnly flag instead of noEmit.
See microsoft/TypeScript#36917 for more information.
create-react-appdoesn't work in composite typescript projects, because for composite projectsemitDeclarationOnlymust be used instead ofnoEmit(when using noEmit: true and composite: true typescript compiler throws an error). I suggest to add a check - if typescript project is composite-based, useemitDeclarationOnlyflag instead ofnoEmit.See microsoft/TypeScript#36917 for more information.