update tsconfig
This commit is contained in:
19
package.json
19
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartjson",
|
||||
"version": "5.0.16",
|
||||
"private": false,
|
||||
"description": "typed json handlers",
|
||||
"description": "A library for handling typed JSON data, providing functionalities for parsing, stringifying, and working with JSON objects, including support for encoding and decoding buffers.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
@@ -49,5 +49,18 @@
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"type": "module"
|
||||
}
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"JSON handling",
|
||||
"typed JSON",
|
||||
"JSON parsing",
|
||||
"JSON stringifying",
|
||||
"base64 encoding",
|
||||
"buffer handling",
|
||||
"data serialization",
|
||||
"data deserialization",
|
||||
"TypeScript support",
|
||||
"data encoding",
|
||||
"data decoding"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user