UNPKG

wailey-whatsapp-lib

Version:

A robust WhatsApp library for Node.js with support for QR code and pairing code authentication

22 lines 573 B
{ "compilerOptions": { "target": "ES2018", "module": "commonjs", "declaration": true, "outDir": "./lib", "strict": false, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "noImplicitAny": false, "noFallthroughCasesInSwitch": true, "noUnusedLocals": false, "noUnusedParameters": false, "removeComments": false, "moduleResolution": "node" }, "include": ["src"], "exclude": ["node_modules", "lib"] }