UNPKG
amazon-sp-api-timeout
Version:
latest (0.7.11)
0.7.11
0.7.10
0.7.9
Amazon Selling Partner API client
amz.tools
colin-brown/amazon-sp-api-timeout
amazon-sp-api-timeout
/
tsconfig.json
12 lines
(11 loc)
•
255 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"strict"
:
true
,
"typeRoots"
:
[
"lib/typings"
,
"node_modules/@types"
]
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
}
}