UNPKG

yournotify-node-sdk

Version:

NPM SDK for Yournotify API. Send email and sms marketing campaigns with ease.

15 lines (14 loc) 302 B
{ "compilerOptions": { "target": "ES6", "module": "commonjs", "strict": true, "esModuleInterop": true, "declaration": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist" }, "include": ["./src/**/*.ts"], "exclude": ["dist"] }