mirror of
https://github.com/embarklabs/ethereumjs-wallet.git
synced 2025-01-12 03:34:22 +00:00
8 lines
123 B
JSON
8 lines
123 B
JSON
{
|
|
"extends": "@ethereumjs/config-tsc",
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|