From 82668e6b6bcc5e62243a56537e9ae8a16db17d5a Mon Sep 17 00:00:00 2001 From: Ali Camarata Date: Fri, 1 Dec 2023 22:53:29 +0700 Subject: [PATCH] fixed for build --- package.json | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c1617e..3f1a66c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luxon-hijri", - "version": "1.0.1", + "version": "1.0.2", "description": "A Hijri date converter based on the Umm al-Qura calendar system, using Luxon for date manipulations.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/tsconfig.json b/tsconfig.json index ee3394f..c21362a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "outDir": "./dist", + "declaration": true, "noImplicitAny": true, "module": "commonjs", "target": "es6",