mailslurp-client
Version:
Official client for MailSlurp Email and SMS API. Create email addresses and phone numbers in Javascript without a mail server. Send and receive real emails in applications or tests.
30 lines (29 loc) • 485 B
JSON
{
"compilerOptions": {
"allowJs": true,
"downlevelIteration": true,
"esModuleInterop": true,
"target": "es5",
"declaration": true,
"lib": [
"es6",
"es2015",
"es2017",
"dom"
],
"module": "commonjs",
"types": [
"jest",
"node"
],
"paths": {
"mailslurp-client": ["./dist"]
},
"skipLibCheck": true,
"noImplicitAny": true,
"strict": false
},
"include": [
"src/index.ts"
],
}