UNPKG

deseruntautem

Version:

Desig: The Blockchain-Agnostic Multisig Solution

25 lines (24 loc) 590 B
{ "compilerOptions": { "module": "commonjs", "lib": ["es2015"], "target": "es6", "outDir": "./dist", "declaration": true, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "skipLibCheck": true, "noImplicitAny": false, "esModuleInterop": true, "noFallthroughCasesInSwitch": false }, "include": ["src"], "exclude": ["node_modules", "test", "dist"], "typedocOptions": { "entryPoints": ["./src/index.ts"], "out": "docs" } }