mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(AWS S3 Node): Fix File upload, and add node tests (#6153)
This commit is contained in:
committed by
GitHub
parent
a0dd17e115
commit
deb4c04f34
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user