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",