UNPKG
shipstation-client
Version:
latest (0.1.0)
0.1.0
ShipStation V2 SDK
github.com/eyaljoyous/shipstation-api
eyaljoyous/shipstation-api
shipstation-client
/
tsconfig.json
19 lines
(18 loc)
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"compilerOptions"
:
{
"declaration"
:
true
,
"target"
:
"ES6"
,
"module"
:
"commonjs"
,
"noImplicitAny"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"."
,
"moduleResolution"
:
"node"
,
"typeRoots"
:
[
"node_modules/@types"
]
}
,
"exclude"
:
[
"dist"
,
"node_modules"
]
}