Skip to content

Commit

Permalink
hotfix: resolve import issues, remove build script and update tsconfig (
Browse files Browse the repository at this point in the history
  • Loading branch information
halvaradop authored Aug 24, 2024
1 parent 9109a06 commit 894e650
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@halvaradop/ts-utility-types",
"version": "0.6.0",
"version": "0.6.1",
"description": "Utility types tools to enhances the productivity using typescript",
"main": "dist/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "tsc -w",
"test": "vitest",
"coverage": "vitest run",
"build:js": "tsc src/validate-types.ts --outDir dist && rm dist/types.js",
"publish": "tsc && npm run build:js",
"build": "tsc",
"publish": "tsc && npm run build",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"declaration": true,
"declarationMap": false,
"declarationDir": "dist",
"emitDeclarationOnly": true,
"emitDeclarationOnly": false,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
Expand Down

0 comments on commit 894e650

Please sign in to comment.