Skip to content

Commit

Permalink
fix: publish typescript types (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Oct 12, 2021
1 parent cdf82c9 commit 493d897
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions typescript/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
package-lock.json

4 changes: 3 additions & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"@grpc/grpc-js": "1.3.7"
},
"files": [
"dist"
"dist",
"index.d.ts",
"index.js"
]
}
5 changes: 4 additions & 1 deletion typescript/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"declaration": true
},
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Recommended"
"display": "Recommended",
"exclude": [
"dist"
]
}

0 comments on commit 493d897

Please sign in to comment.