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