UNPKG

@lorenstuff/amazon-selling-partner-api

Version:

A package for interacting with the Amazon Selling Partner API.

17 lines (16 loc) 206 B
{ "extends": "@lorenstuff/typescript-config", "compilerOptions": { "rootDir": "./src", "outDir": "./build", "lib": [ "ESNext", ], }, "include": [ "./src/**/*.ts", ], }