update tsconfig
This commit is contained in:
15
package.json
15
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartobject",
|
||||
"version": "1.0.12",
|
||||
"private": false,
|
||||
"description": "work with objects",
|
||||
"description": "A library to simplify and enhance object manipulation and traversal.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -39,5 +39,14 @@
|
||||
"npmextra.json",
|
||||
"readme.md"
|
||||
],
|
||||
"type": "module"
|
||||
}
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"object manipulation",
|
||||
"deep traversal",
|
||||
"typescript",
|
||||
"object comparison",
|
||||
"property matching",
|
||||
"dynamic property access",
|
||||
"object flattening"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user