2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Refactored project file structure to avoid circular imports; (#4220)

Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
Dmitriy Mozgovoy
2022-03-07 09:09:43 +02:00
committed by GitHub
parent 6e63edf455
commit 170588f3d7
6 changed files with 20 additions and 16 deletions
+7
View File
@@ -0,0 +1,7 @@
'use strict';
module.exports = {
silentJSONParsing: true,
forcedJSONParsing: true,
clarifyTimeoutError: false
};