UNPKG

hardhat

Version:

Hardhat is an extensible developer tool that helps smart contract developers increase productivity by reliably bringing together the tools they want.

12 lines (11 loc) 215 B
{ "compilerOptions": { "lib": ["es2023"], "module": "node20", "target": "es2023", "skipLibCheck": true, "outDir": "dist", "types": ["node", "mocha"], "verbatimModuleSyntax": true } }