update tsconfig

This commit is contained in:
2024-04-14 18:00:24 +02:00
parent 9aa907e22b
commit 02592d5d73
4 changed files with 115 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartmongo",
"version": "2.0.10",
"private": false,
"description": "create a local mongodb for testing",
"description": "A module for creating and managing a local MongoDB instance for testing purposes.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -42,5 +42,14 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"mongodb",
"testing",
"local database",
"replica set",
"memory server",
"database management",
"typescript"
]
}
}