Previously we would ignore any custom configuration of http/https proxy settings while making requests in the asset download lifecycle. We're fixing this by replacing raw fetch calls with requests made by a custom axios instance that gets all of the relevant proxy settings that we use the CMA and CDA.
Also adds a no-emit tsconfig to help us write code safely.
Previously we would ignore any custom configuration of http/https proxy settings while making requests in the asset download lifecycle. We're fixing this by replacing raw fetch calls with requests made by a custom axios instance that gets all of the relevant proxy settings that we use the CMA and CDA.
Also adds a no-emit tsconfig to help us write code safely.