UNPKG

@uneiotech/elisa_whatsapp

Version:

Elisa WhatsApp is a library to stable a communication between channels and server.

13 lines (12 loc) 267 B
{ "compilerOptions": { "target": "es2015", "module": "commonjs", "declaration": true, "outDir": "./lib", "strict": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules", "**/__tests__/*"] }