mirror of
https://github.com/tenrok/axios.git
synced 2026-05-15 11:59:42 +03:00
170588f3d7
Co-authored-by: Jay <jasonsaayman@gmail.com>
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
silentJSONParsing: true,
|
|
forcedJSONParsing: true,
|
|
clarifyTimeoutError: false
|
|
};
|