From 6e210985c36a760f189a469000e0cb56ac9988f6 Mon Sep 17 00:00:00 2001
From: Yi Ding <yi.s.ding@gmail.com>
Date: Sat, 17 Jun 2023 15:59:23 -0700
Subject: [PATCH] Running ts-node

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 0789150a1..9e6d712e7 100644
--- a/README.md
+++ b/README.md
@@ -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).
 
+### 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
 
 To run them, run
-- 
GitLab