Data Structures, Algorithms & LeetCode For running the typesript files we can use ts-node: ts-node src/drill/lcm.ts Running tests: // whole project pnpm test // for a module npx jest -t linkedList // with coverage npx jest -t linkedList --coverage