@beraji/wallet-sdk
Version:
Beraji: Distributed Secret Sharing.
26 lines (25 loc) • 627 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"lib": ["es2015","dom"],
"target": "es6",
"outDir": "./dist",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"skipLibCheck": true,
"noImplicitAny": false,
"esModuleInterop": true,
"noFallthroughCasesInSwitch": false,
"resolveJsonModule": true
},
"include": ["src"],
"exclude": ["node_modules", "test", "dist"],
"typedocOptions": {
"entryPoints": ["./src/index.ts"],
"out": "docs"
}
}