Skip to content

Commit

Permalink
include inline source map in release (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jul 18, 2024
1 parent d462755 commit 94dec03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"files": [
"index.d.ts",
"index.js",
"index.js.map",
"LICENSE"
],
"author": "rhysd <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"moduleResolution": "node16",
"target": "es2022",
"sourceMap": true,
"inlineSources": true,
"noEmitOnError": true,
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit 94dec03

Please sign in to comment.