update tsconfig
This commit is contained in:
17
package.json
17
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/lik",
|
||||
"version": "6.0.14",
|
||||
"private": false,
|
||||
"description": "light little helpers for node",
|
||||
"description": "Provides a collection of lightweight helpers and utilities for Node.js projects.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"type": "module",
|
||||
@@ -53,5 +53,18 @@
|
||||
],
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"keywords": [
|
||||
"Utilities",
|
||||
"Helpers",
|
||||
"Typescript",
|
||||
"Node.js",
|
||||
"String manipulation",
|
||||
"Object management",
|
||||
"Execution control",
|
||||
"Data structures",
|
||||
"Asynchronous programming",
|
||||
"Event handling",
|
||||
"Data aggregation"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user