UNPKG

@adsesugh/monnify-sdk

Version:

The Monnify Web SDK is now available as a Node.js package, offering an easy and efficient way to integrate payment gateway solutions into your web applications

24 lines (23 loc) 479 B
{ "compilerOptions": { "module": "ES6", "target": "ES6", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "strict": true, "declaration": true, "outDir": "./dist", "skipLibCheck": true, "baseUrl": "./", "paths": { "*": ["types/*"] }, "types": ["node"], "typeRoots": ["./node_modules/@types"] }, "include": [ "src/**/*", "types/**/*" , "src/index.ts" ], "exclude": ["node_modules", "dist"] }