update tsconfig

This commit is contained in:
2024-04-14 17:25:03 +02:00
parent 2c2910fafe
commit a791c3e8c7
4 changed files with 125 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
"name": "@push.rocks/smartclickhouse",
"version": "2.0.14",
"private": false,
"description": "an odm for talking to clickhouse",
"description": "A TypeScript-based ODM (Object-Document Mapper) for ClickHouse databases, with support for creating and managing tables and their data.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
@@ -45,5 +45,17 @@
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"ClickHouse",
"ODM",
"database",
"TypeScript",
"Docker",
"Grafana",
"data management",
"table management",
"analytics",
"data storage"
]
}