UNPKG

aramex-service-api

Version:

An Aramex client package for shipment operations using TypeScript and OOP.

15 lines (14 loc) 324 B
{ "compilerOptions": { "target": "ES2017", "module": "commonjs", "lib": ["es2017", "dom"], "declaration": true, "outDir": "dist", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "sourceMap": true }, "include": ["src/**/*"] }