We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1228ff0 + 59ecce1 commit 9ee7b2aCopy full SHA for 9ee7b2a
ts/lib/incremental-typescript-compiler/index.js
@@ -117,6 +117,8 @@ module.exports = class IncrementalTypescriptCompiler {
117
outDir() {
118
if (!this._outDir) {
119
let outDir = path.join(tmpdir(), `e-c-ts-${process.pid}`);
120
+ fs.removeSync(outDir);
121
+
122
this._outDir = outDir;
123
fs.mkdirsSync(outDir);
124
}
0 commit comments