Skip to content

Commit

Permalink
Include src and typechain in the resulting npm package
Browse files Browse the repository at this point in the history
This is needed to make the source maps work correctly.
  • Loading branch information
lukasz-zimnoch committed Oct 16, 2023
1 parent ad51b2e commit cb80637
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"dev": "tsc --project tsconfig.build.json --watch"
},
"files": [
"dist"
"dist/",
"src/",
"typechain/"
],
"config": {
"contracts": "./node_modules/@keep-network/ecdsa/artifacts/WalletRegistry.json ./node_modules/@keep-network/tbtc-v2/artifacts/{Bridge,TBTCVault,TBTC}.json"
Expand Down

0 comments on commit cb80637

Please sign in to comment.