Skip to content

Commit

Permalink
Initial try with tsc-alias, although may use tsup later
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt committed Jan 19, 2025
1 parent e64aacf commit c040321
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/typescript/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/typescript/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"tree-kill": "^1.2.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "5.6.2",
"ws": "^8.18.0"
},
Expand Down
2 changes: 2 additions & 0 deletions src/typescript/sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export * from "./emojicoin_dot_fun";
export * from "./markets";
export * from "./types";
export * from "./utils";
export * from "./indexer-v2";
export { type EventName } from "./types";

0 comments on commit c040321

Please sign in to comment.