Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.cache folder gets created even though flag is set to false for useCache. #37

Open
quldude opened this issue May 16, 2023 · 0 comments
Open

Comments

@quldude
Copy link

quldude commented May 16, 2023

I have the following code to disable cache. But it seems the .cache folder still gets created. Is there a way to not create .cache folder or delete and re-create the folder?

tsImport.loadSync(FOLDER_DIR, {
      mode: tsImport.LoadMode.Compile,
      useCache: false,
    });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant