Skip to content
Snippets Groups Projects
Commit 6e210985 authored by Yi Ding's avatar Yi Ding
Browse files

Running ts-node

parent 95a20e5e
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,10 @@ Note: we use pnpm in this repo, which has a lot of the same functionality and CL ...@@ -29,6 +29,10 @@ Note: we use pnpm in this repo, which has a lot of the same functionality and CL
PNPM's has documentation on its [workspace feature](https://pnpm.io/workspaces) and Turborepo had some [useful documentation also](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks). PNPM's has documentation on its [workspace feature](https://pnpm.io/workspaces) and Turborepo had some [useful documentation also](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks).
### Running Typescript
When we publish to NPM we will have a tsc compiled version of the library in JS. For now, the easiest thing to do is use ts-node.
### Test cases ### Test cases
To run them, run To run them, run
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment