Skip to content

How to disable caching behaviour? #26

Open
@bennycode

Description

@bennycode

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions