update tsconfig

This commit is contained in:
2024-04-14 17:20:20 +02:00
parent e4a2c143bc
commit 04968a80b0
4 changed files with 117 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartarchive",
"version": "4.0.22",
"description": "work with archives",
"description": "A library for working with archive files, providing utilities for compressing and decompressing data.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -57,5 +57,14 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"archive",
"compression",
"decompression",
"zip",
"tar",
"bzip2",
"gzip"
]
}
}