BUG: Compiler error cannot find script

This commit is contained in:
Alex Rockhill 2025-01-06 10:41:10 -08:00
parent b8666774e8
commit 8c603aa78d

View File

@ -1,5 +1,5 @@
import rw from "random-words"; import rw from "random-words";
import seedrandom from "seedrandom/lib/alea"; import seedrandom from "seedrandom/lib/alea.js";
/** /**
* Uses the `seedrandom` package to replace Math.random() with a seedable PRNG. * Uses the `seedrandom` package to replace Math.random() with a seedable PRNG.