@kodex-react/ctx-ethers
Version:
Provides a React context provider for the Ethers.js library, which allows you to interact with Ethereum smart contracts.
33 lines (32 loc) • 849 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"baseUrl": "./",
"declaration": true,
"declarationDir": "./types",
"emitDeclarationOnly": false,
"emitDecoratorMetadata": false,
"esModuleInterop": true,
"experimentalDecorators": false,
"forceConsistentCasingInFileNames": true,
"module": "es6",
"moduleResolution": "node",
"outDir": "./dist",
"resolveJsonModule": false,
"rootDir": "source",
"noImplicitAny": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es6",
"lib": ["es6", "dom", "es2016", "es2017"],
"allowJs": false,
"jsx": "react",
"noImplicitReturns": true,
"noImplicitThis": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
},
"include": ["source"]
}