UNPKG

candy-machine-assistant

Version:

A tool to assist in the connecting to candy machines, mint accounts and confirm NFT transactions based on Solana's Metaplex NFTs.

14 lines 330 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "declaration": true, "outDir": "./lib", "strict": true, "noImplicitAny": false }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }