update tsconfig

This commit is contained in:
2024-04-14 17:55:42 +02:00
parent 8d2d9c3806
commit 5b0f09361b
4 changed files with 140 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartmail",
"version": "1.0.24",
"private": false,
"description": "a unified format for representing and dealing with mails",
"description": "A unified format for representing and dealing with emails, with support for attachments and email validation.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -42,5 +42,17 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"email handling",
"email validation",
"email formatting",
"typescript",
"email attachment",
"smartmail",
"email development",
"email template",
"disposable email detection",
"freemail detection"
]
}
}