UNPKG
shopify-api-types
Version:
latest (0.0.5-alpha)
0.0.5-alpha
0.0.4-alpha
0.0.3-alpha
0.0.2-alpha
0.0.1-alpha
typings for Shopify Admin API
fyko/shopify-api-types
shopify-api-types
/
typedoc.json
15 lines
•
254 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"out"
:
"./docs/"
,
"readme"
:
"./README.md"
,
"name"
:
"Shopify API Types"
,
"entryPoints"
:
[
"2021/01/index.ts"
,
"common/index.ts"
]
,
"exclude"
:
[
"**/node_modules/**"
,
"default/**"
]
,
"tsconfig"
:
"./tsconfig.json"
,
"json"
:
"./docs.json"
}