axie-ronin-ethers-js-tools
Version:
A set of functions that make it easier for developers to interact with their Axies on the Ronin network and the maketplace.
24 lines (23 loc) • 424 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"
],
}