Default is latest
. But you can pick any version by changing package's json value for this key.
There's also the chance to debug side to side the library by pointing to a file, ig: If we have the tn-models-fp repo cloned and built we can point to its location by doing:
"@thinknimble/tn-models": "file:../../models/main",
Just do:
pnpm install
Then you can start the script in watch mode with
pnpm start