ssv-keys
Version:
CLI Tool for splitting a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them with a set of operator keys.
25 lines (23 loc) • 477 B
JSON
{
"compilerOptions": {
"typeRoots": ["./node_modules/@types", "./src/types"],
"target": "ES2020",
"module": "ESNext",
"lib": ["ES2020"],
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"outDir": "./dist/tsc/",
"baseUrl": ".",
"skipLibCheck": true
},
"include": ["src"],
"exclude": [
"node_modules",
"dist",
"examples",
"**/node_modules",
"**/*.d.ts"
]
}