From acea7639d0314c4025d811f7f56cd5316b05eebc Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Fri, 20 Nov 2020 11:57:53 +0000 Subject: [PATCH] fix: remove tsbuildinfo files when building types --- src/ts/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ts/index.js b/src/ts/index.js index 4be49f792..7039ca8d2 100644 --- a/src/ts/index.js +++ b/src/ts/index.js @@ -107,6 +107,7 @@ const types = async (forwardOptions, extraInclude) => { }) } finally { fs.removeSync(configPath) + fs.removeSync(fromRoot('dist', 'tsconfig-types.aegir.tsbuildinfo')) } }