update tsconfig

This commit is contained in:
2024-04-14 17:34:23 +02:00
parent b7e098f0a7
commit 56d28d04d6
4 changed files with 162 additions and 30 deletions

View File

@ -2,7 +2,7 @@
"name": "@push.rocks/smartexpect",
"version": "1.0.21",
"private": false,
"description": "manage expectations in code",
"description": "A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@ -40,5 +40,17 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"testing",
"assertions",
"code quality",
"unit testing",
"test driven development",
"synchronous testing",
"asynchronous testing",
"expectations",
"validation",
"development tools"
]
}
}