update tsconfig
This commit is contained in:
11
package.json
11
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartping",
|
||||
"version": "1.0.8",
|
||||
"private": false,
|
||||
"description": "a ping utility",
|
||||
"description": "A utility for performing ping operations in Node.js environments.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -40,5 +40,14 @@
|
||||
"cli.js",
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"keywords": [
|
||||
"ping",
|
||||
"network",
|
||||
"connectivity",
|
||||
"Node.js",
|
||||
"utility",
|
||||
"async",
|
||||
"promise"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user