UNPKG

harsta

Version:

Harsta is a contract development tool based on Hardhat, designed to streamline the development, testing, and referencing of contracts, addresses, ABIs, and contract instances.

21 lines (20 loc) 385 B
{ "compilerOptions": { "target": "es2020", "rootDir": ".", "module": "commonjs", "resolveJsonModule": true, "strict": true, "declaration": true, "emitDeclarationOnly": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": [ "**/*.ts" ], "exclude": [ "tsup.config.ts" ] }