Skip to content

Commit

Permalink
chore: export @agoric/store types
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtimid committed Jan 30, 2025
1 parent 7f4df76 commit 5d590aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error lint:*",
"lint:types": "tsc",
"lint:eslint": "eslint ."
"lint:eslint": "eslint .",
"prepack": "tsc --build tsconfig.build.json",
"postpack": "git clean -f '*.d.ts*' '*.tsbuildinfo'"
},
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/store/tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": [
"./tsconfig.json",
"../../tsconfig-build-options.json"
]
}
1 change: 0 additions & 1 deletion packages/store/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": "../../tsconfig.json",
"compilerOptions": {},
"include": [
"exported.js",
"src/**/*.js",
"test/**/*.js",
],
Expand Down

0 comments on commit 5d590aa

Please sign in to comment.