update tsconfig

This commit is contained in:
2024-04-14 18:05:04 +02:00
parent c016f187c0
commit 8917a9f768
4 changed files with 143 additions and 31 deletions

View File

@@ -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"
]
}