Skip to content

Commit

Permalink
Fix including Typescript source in package (#312)
Browse files Browse the repository at this point in the history
Co-authored-by: Frédéric Collonval <[email protected]>
  • Loading branch information
fcollonval and fcollonval authored Feb 18, 2025
1 parent 5c1e8a5 commit d9ca6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"files": [
"lib/**/*.{d.ts,js,js.map,json}",
"src/**/*.{ts}"
"src/**/*.ts"
],
"scripts": {
"build": "tsc -b",
Expand Down

0 comments on commit d9ca6fc

Please sign in to comment.