UNPKG

cashfree-pg-api-contract

Version:

This package contains the contract for Cashfree PG

15 lines 208 B
{ "compilerOptions": { "module": "commonjs", "target": "es5", "declaration": true, "outDir": "./dist" }, "include": [ "src/*" ], "exclude": [ "node_modules", "dist" ] }