fix(AWS S3 Node): Fix File upload, and add node tests (#6153)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-05-02 15:29:07 +00:00
committed by GitHub
parent a0dd17e115
commit deb4c04f34
8 changed files with 242 additions and 40 deletions

View File

@@ -4,6 +4,9 @@
"lib": ["dom", "es2020", "es2022.error"],
"types": ["node", "jest"],
"noEmit": true,
"paths": {
"@test/*": ["./test/*"]
},
// TODO: remove all options below this line
"noImplicitReturns": false,
"noUnusedLocals": false,