update tsconfig

This commit is contained in:
2024-04-14 18:31:59 +02:00
parent 8f072ad217
commit 13ca1037d2
4 changed files with 140 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartvalidator",
"version": "1.0.5",
"private": false,
"description": "a wrapper for the validator package to perform validations",
"description": "A wrapper for performing validations using the validator package.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -39,5 +39,18 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"validation",
"validator wrapper",
"data sanitation",
"input validation",
"type checking",
"security",
"form validation",
"string validation",
"URL validation",
"IBAN validation",
"email escape"
]
}