UNPKG

@chainsafe/swap-or-not-shuffle

Version:
27 lines (25 loc) 646 B
{ "compilerOptions": { "target": "ESNext", "module": "ESNext", "moduleResolution": "Node", "esModuleInterop": true, "strict": true, "alwaysStrict": true, "strictNullChecks": true, "strictFunctionTypes": true, "strictBindCallApply": true, "strictPropertyInitialization": true, "noImplicitAny": true, "noImplicitThis": true, "noImplicitReturns": true, "noImplicitOverride": true, // "noUnusedLocals": true, // "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "pretty": true, "sourceMap": true, "declaration": true, "declarationMap": true, }, }