diff --git a/package.json b/package.json index 7e9ca03..e8843f0 100644 --- a/package.json +++ b/package.json @@ -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" },