Skip to content

Commit

Permalink
Merge pull request #15 from cryptonative-ch/dev
Browse files Browse the repository at this point in the history
Include Typescript types in NPM package
  • Loading branch information
adamazad authored May 2, 2021
2 parents e539426 + 621b9ce commit d87cfd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"files": [
"LICENSE.md",
"README.md",
"dist/"
"dist/",
"types/"
],
"keywords": [
"dxdao",
Expand Down
2 changes: 2 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"declaration": true,
"declarationDir": "./types",
"baseUrl": "."
},
"exclude": ["node_modules"],
Expand Down

0 comments on commit d87cfd2

Please sign in to comment.