You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using tsimp in various projects and I noticed that sometimes cached files of my code are being executed. In such cases I have to delete the .tsimp directory and run my code again.
Is there a way to disable the tsimp caching through an environment variable?
I am using
tsimp
in various projects and I noticed that sometimes cached files of my code are being executed. In such cases I have to delete the.tsimp
directory and run my code again.Is there a way to disable the tsimp caching through an environment variable?
Here is my current workaround:
rimraf .tsimp && TSIMP_DIAG=error node --import=tsimp/import ./src/start.ts
My Node.js version is 20.10.0.
The text was updated successfully, but these errors were encountered: