Skip to content

Commit

Permalink
chore: add types declaration to package.json in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
0xyaco committed Sep 13, 2024
1 parent e3ade31 commit 7c8979a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/automated-dispute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"description": "",
"main": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"files": [
"dist/*",
"package.json",
"!**/*.tsbuildinfo"
],
"private": "true",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/blocknumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"description": "",
"main": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"files": [
"dist/*",
"package.json",
"!**/*.tsbuildinfo"
],
"private": "true",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down
6 changes: 6 additions & 0 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"description": "",
"main": "./dist/index.js",
"type": "module",
"types": "./dist/index.d.ts",
"files": [
"dist/*",
"package.json",
"!**/*.tsbuildinfo"
],
"private": "true",
"scripts": {
"build": "tsc -p tsconfig.build.json",
Expand Down

0 comments on commit 7c8979a

Please sign in to comment.