update tsconfig

This commit is contained in:
2024-04-14 18:19:48 +02:00
parent d94117a606
commit 75e3aa33e6
4 changed files with 122 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartsmtp",
"version": "3.0.3",
"private": false,
"description": "a module for handling smtp stuff",
"description": "A module for handling SMTP operations such as sending emails via SMTP or sendmail transport.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -39,5 +39,16 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"SMTP",
"email",
"nodemailer",
"sendmail",
"smartmail integration",
"TypeScript",
"email sending",
"email templates",
"programming"
]
}