Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EzePze committed Apr 14, 2024
1 parent ec10ed4 commit 48f9dc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "translucent",
"module": "index.ts",
"scripts": {
"docs": "typedoc ./packages/translucent-tx/ ./packages/translucent-core/ ./packages/translucent-blueprint/ ./packages/translucent-emulator/ ./packages/translucent-query/ ./packages/translucent-wallet/ && mkdir docs/logo && cp logo/translucent.svg docs/logo/translucent.svg"
"docs": "typedoc \"packages/*\" && cp logo/translucent.svg docs/logo/translucent.svg"
},
"devDependencies": {
"@types/jest": "^29.5.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/translucent-query/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./maestro"
export * from "./types"
export * from "./types"
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"resolveJsonModule": true,
},
"exclude": ["node_modules"],
"include": ["packages", "packages/*.ts", "*.json", "packages/translucent-core/*.ts", "tests/costModels.ts", "plutus.ts", "response.ts"]
"include": ["packages/**/*", "*.json", "tests/costModels.ts", "plutus.ts"]
}

0 comments on commit 48f9dc3

Please sign in to comment.