fixed for build

This commit is contained in:
Ali Camarata 2023-12-01 22:53:29 +07:00
parent f3203d2d2b
commit 82668e6b6b
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"outDir": "./dist",
"declaration": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es6",