Skip to content

Commit

Permalink
chore(sdk): include types in package
Browse files Browse the repository at this point in the history
  • Loading branch information
peterslany committed Oct 12, 2023
1 parent 08275bf commit 8261509
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions sdk/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
dist

tsconfig.tsbuildinfo
pnpm-lock.yaml
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "tsc -p tsconfig.json"
},
"files": [
"dist/",
"dist/**/*",
"!**/*.spec.*",
"!**/*.json",
"CHANGELOG.md",
Expand Down
Loading

0 comments on commit 8261509

Please sign in to comment.