chore(): tidier types for pending subs, bump axios to latest

This commit is contained in:
tiagosiebler
2025-01-21 15:45:27 +00:00
parent 50bae8b1c2
commit 13cc5dd702
4 changed files with 36 additions and 32 deletions

View File

@@ -1,12 +1,13 @@
{
"compilerOptions": {
"target": "ES6",
"module": "commonjs"
"target": "ES6",
"module": "commonjs"
},
"exclude": [
"node_modules",
"**/node_modules/*",
"coverage",
"doc"
"node_modules",
"**/node_modules/*",
"coverage",
"doc",
"examples/ignored/*"
]
}
}