update tsconfig
This commit is contained in:
16
package.json
16
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user