UNPKG

@elasticemail/elasticemail-client-ts-axios

Version:

Official ElasticEmail SDK. This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach.

19 lines (18 loc) 289 B
{ "compilerOptions": { "declaration": true, "target": "es6", "module": "commonjs", "noImplicitAny": true, "outDir": "dist", "rootDir": ".", "typeRoots": [ "node_modules/@types" ] }, "exclude": [ "dist", "node_modules", "examples" ] }