Skip to content

Commit

Permalink
fix: sourcemap points to missing source files (#59)
Browse files Browse the repository at this point in the history
Refs: #58

Co-authored-by: Alessandro Bellesia <alessandro.bellesia@24consulting.it>
  • Loading branch information
alessandrobellesia and Alessandro Bellesia committed Jun 25, 2023
1 parent 6cad2a4 commit a00d8b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist/"
"dist/",
"src/"
],
"husky": {
"hooks": {
Expand All @@ -73,4 +74,4 @@
"dependencies": {
"ts-util-is": "^2.0.0"
}
}
}

0 comments on commit a00d8b3

Please sign in to comment.