mirror of
https://github.com/alexgo-io/electrum-client.git
synced 2026-01-12 08:34:26 +08:00
feat: remove esmodule type
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"module": "ES2020"
|
||||
"module": "CommonJS"
|
||||
},
|
||||
"exclude": [
|
||||
"test"
|
||||
|
||||
Reference in New Issue
Block a user