ts-import icon indicating copy to clipboard operation
ts-import copied to clipboard

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

Open quldude opened this issue 1 year ago • 0 comments

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,
    });

quldude avatar May 16 '23 14:05 quldude