Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
micahkendall committed Apr 14, 2024
1 parent 569cc0f commit 806803e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/translucent-query/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./maestro"
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"]
"include": ["packages", "packages/*.ts", "*.json", "packages/translucent-core/*.ts", "tests/costModels.ts", "plutus.ts", "response.ts"]
}

0 comments on commit 806803e

Please sign in to comment.