Allow synthetic default imports due to the socks library

This commit is contained in:
Felipe Knorr Kuhn 2022-02-03 23:16:30 -08:00
parent 0400deacf2
commit 0a954e8bcf
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -10,7 +10,8 @@
"moduleResolution": "node",
"typeRoots": [
"node_modules/@types"
]
],
"allowSyntheticDefaultImports": true
},
"include": [
"src/**/*.ts"