mirror of
https://github.com/alexgo-io/electrum-client.git
synced 2026-04-28 19:55:09 +08:00
11 lines
163 B
JSON
11 lines
163 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src"
|
|
},
|
|
"exclude": [
|
|
"test"
|
|
]
|
|
}
|