UNPKG
@lorenstuff/amazon-selling-partner-api
Version:
latest (4.0.4)
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.0
2.4.3
2.4.2
2.4.1
2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.0
A package for interacting with the Amazon Selling Partner API.
@lorenstuff/amazon-selling-partner-api
/
tsconfig.json
17 lines
(16 loc)
•
206 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"extends"
:
"
@lorenstuff
/typescript-config"
,
"compilerOptions"
: {
"rootDir"
:
"./src"
,
"outDir"
:
"./build"
,
"lib"
: [
"ESNext"
, ], },
"include"
: [
"./src/**/*.ts"
, ], }