feat: start work on axios integration, deprecating request.

This commit is contained in:
tiagosiebler
2020-10-04 14:22:59 +01:00
parent 327007b307
commit b201d364bf
13 changed files with 5488 additions and 58 deletions

11
jsconfig.json Normal file
View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
},
"exclude": [
"node_modules",
"**/node_modules/*",
"coverage"
]
}