issue # package.json version up

This commit is contained in:
geonhee-min
2025-12-12 15:12:06 +09:00
parent 01d8beacf7
commit 8eaf51cf46
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@baekyangdan/core-utils",
"version": "1.0.3",
"version": "1.0.4",
"description": "Common Repo",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -44,8 +44,6 @@
"moduleDetection": "force",
"skipLibCheck": true,
"baseUrl": ".",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"include": ["src/**/*"],
"exclude": ["node-modules", "dist", "**/*.spec.ts"]