mirror of
https://github.com/axios/axios.git
synced 2026-04-12 14:41:55 +08:00
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
silentJSONParsing: true,
|
|
forcedJSONParsing: true,
|
|
clarifyTimeoutError: false
|
|
};
|