casper-js-sdk
Version:
SDK to interact with the Casper blockchain
25 lines (24 loc) • 639 B
JSON
{
"compilerOptions": {
"outDir": "./dist/",
"alwaysStrict": true,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true,
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedParameters": true,
"noUnusedLocals": true,
"noFallthroughCasesInSwitch": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"module": "commonjs",
"target": "es5",
"lib": ["es2015", "dom"],
"skipLibCheck": true,
"typeRoots": ["./src/@types", "./node_modules/@types"]
}
}