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.

12 lines (11 loc) 232 B
{ "compilerOptions": { "target": "es2020", "module": "commonjs", "resolveJsonModule": true, "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true } }