Skip to content

Commit

Permalink
updat package json to include types
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-kadhe committed Mar 25, 2024
1 parent 646f36c commit 532b544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "Clickhouse-Schema is a TypeScript library that simplifies working with ClickHouse databases by allowing developers to effortlessly define table schemas in TypeScript. This approach not only ensures robust type safety but also significantly reduces development time by automating the generation of TypeScript types that mirror your ClickHouse schemas.",
"version": "1.0.0",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest"
},
Expand Down

1 comment on commit 532b544

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 197/197
🟢 Branches 100% 25/25
🟢 Functions 100% 70/70
🟢 Lines 100% 177/177

Test suite run success

22 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from 532b544

Please sign in to comment.