UNPKG

shopify-admin-api

Version:

Shopify Admin API is a NodeJS library built to help developers easily authenticate and make calls against the Shopify API. It was inspired by and borrows heavily from ShopifySharp.

9 lines (8 loc) 153 B
{ "extends": "./tsconfig.cjs.json", "compilerOptions": { "module": "es6", "target": "es6", "outDir": "dist/esm", } }