UNPKG

blub-sdk

Version:

A modular SDK for interacting with the BLUB ecosystem on the Sui blockchain.

15 lines (14 loc) 309 B
{ "compilerOptions": { "target": "ES2020", "module": "CommonJS", "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules", "dist"] }