Skip to content

Commit

Permalink
🔧 Adjust rootDir
Browse files Browse the repository at this point in the history
So that the package.json CLI bin path matches
  • Loading branch information
AndreMiras committed Dec 2, 2024
1 parent 5c9714a commit 69f3084
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"format": "prettier --write src docs .github *.md",
"build": "tsc"
},
"files": [
"/dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/AndreMiras/edilkamin.js.git"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"target": "es2015",
"declaration": true,
"outDir": "./dist",
"rootDir": "src",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"preserveConstEnums": true
},
"include": [
"src/**/*"
"src/**/*.ts"
]
}

0 comments on commit 69f3084

Please sign in to comment.