UNPKG

anypay.io

Version:

Module for the AnyPay payment system.

14 lines 282 B
{ "compilerOptions": { "module": "CommonJS", "outDir": "./dist/", "moduleResolution": "Node", "declaration": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowJs": true }, "include": ["./src"] }