update tsconfig

This commit is contained in:
2024-04-14 17:31:35 +02:00
parent 4968e640fa
commit 6a4c302de0
4 changed files with 114 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartdrive",
"version": "1.0.9",
"description": "do more with local and cloud drives",
"description": "A module for managing drive data and mount points, supporting both local and cloud storage.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
@@ -36,5 +36,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"drive management",
"data management",
"mount management",
"local storage",
"cloud storage",
"typescript",
"node.js"
]
}