source: node_modules/axios/lib/defaults/transitional.js@ 3a74959

Last change on this file since 3a74959 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 118 bytes
Line 
1'use strict';
2
3export default {
4 silentJSONParsing: true,
5 forcedJSONParsing: true,
6 clarifyTimeoutError: false
7};
Note: See TracBrowser for help on using the repository browser.