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.

20 lines (19 loc) 515 B
{ "extends": "@tsconfig/node16/tsconfig.json", "compilerOptions": { "noImplicitAny": false, "sourceMap": false, "forceConsistentCasingInFileNames": true, "preserveConstEnums": true, "moduleResolution": "Node", "allowSyntheticDefaultImports": true, "outDir": "dist/cjs", "declaration": false, "experimentalDecorators": true, }, "include": ["src/index.ts", "src"], "exclude": [ "node_modules", "dist" ] }