I think it would be useful to control the location of the .tsimp folder. For example when running two different projects from the same CWD.
Another use-case is, that I usually want to have a single folder which contains almost all artifacts (except for node_modules). So I can cleanup easily all caches and artifacts as well have small .gitignore.
I think it would be useful to control the location of the
.tsimp
folder. For example when running two different projects from the same CWD.Another use-case is, that I usually want to have a single folder which contains almost all artifacts (except for
node_modules
). So I can cleanup easily all caches and artifacts as well have small.gitignore
.