@airdao/swap-router-contracts
Version:
Smart contracts for swapping on Astra Classic and CL
15 lines (14 loc) • 375 B
JSON
{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"outDir": "dist",
"typeRoots": ["./typechain", "./node_modules/@types"],
"types": ["@nomiclabs/hardhat-ethers", "@nomiclabs/hardhat-waffle"]
},
"include": ["./test"],
"files": ["./hardhat.config.ts"]
}