UNPKG

@make-software/ces-js-parser

Version:

Parser for contract-level events encoded with Casper Event Standard (CES)

25 lines (24 loc) 623 B
{ "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": ["./node_modules/@types"] } }