UNPKG
aramex-service-api
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
An Aramex client package for shipment operations using TypeScript and OOP.
aramex-service-api
/
tsconfig.json
15 lines
(14 loc)
•
324 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"target"
:
"ES2017"
,
"module"
:
"commonjs"
,
"lib"
:
[
"es2017"
,
"dom"
]
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"sourceMap"
:
true
}
,
"include"
:
[
"src/**/*"
]
}