UNPKG

evolution-api-client

Version:

A TypeScript/Node.js client library for interacting with the Evolution API WhatsApp integration.

12 lines (11 loc) 171 B
{ "extends": "./tsconfig.json", "compilerOptions": { "types": ["node", "bun-types"], "rootDir": "." }, "include": [ "src/**/*", "tests/**/*" ] }