axie-tools
Version:
TypeScript library and CLI tool for interacting with Axie Infinity marketplace and NFTs on Ronin network. Features marketplace operations (buy/sell/delist), batch transfers, and wallet information.
16 lines (15 loc) • 390 B
JSON
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"declaration": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"outDir": "dist"
},
"include": ["lib/**/*.ts", "lib/**/*.json", "index.ts", "cli.ts"],
"exclude": ["node_modules", "scripts"]
}