update tsconfig

This commit is contained in:
2024-04-14 17:22:27 +02:00
parent f1ee2f096c
commit caa69ae6ba
4 changed files with 176 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartbucket",
"version": "2.0.4",
"description": "simple cloud independent object storage",
"description": "A TypeScript library for simple cloud independent object storage with support for buckets, directories, and files.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -42,5 +42,19 @@
],
"browserslist": [
"last 1 chrome versions"
],
"keywords": [
"cloud storage",
"object storage",
"minio",
"S3",
"TypeScript",
"smartstream",
"smartpromise",
"smartpath",
"smartrx",
"buckets",
"files management",
"directories management"
]
}
}