UNPKG

palmpaywrappersdk

Version:

PalmPay Wrapper Sdk

18 lines (17 loc) 429 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "declaration": true }, "include": ["src"], "exclude": ["node_modules"] }