UNPKG
chilexpress
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
Check shipping status in chilexpress
github.com/lgaticaq/chilexpress
lgaticaq/chilexpress
chilexpress
/
tsconfig.json
15 lines
(14 loc)
•
249 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"compilerOptions"
:
{
"lib"
:
[
"es2017"
,
"es7"
,
"dom"
]
,
"allowJs"
:
true
,
"checkJs"
:
true
,
"downlevelIteration"
:
true
,
"outDir"
:
"build"
,
"skipLibCheck"
:
true
}
,
"exclude"
:
[
"node_modules"
,
"example.js"
]
}