mirror of
https://github.com/mempool/mempool.git
synced 2025-03-13 11:36:07 +01:00
Allow synthetic default imports due to the socks library
This commit is contained in:
parent
0400deacf2
commit
0a954e8bcf
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
"moduleResolution": "node",
|
||||
"typeRoots": [
|
||||
"node_modules/@types"
|
||||
]
|
||||
],
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts"
|
||||
|
|
Loading…
Add table
Reference in a new issue