Skip to content

Commit acea763

Browse files
committed
fix: remove tsbuildinfo files when building types
1 parent 3587091 commit acea763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ts/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const types = async (forwardOptions, extraInclude) => {
107107
})
108108
} finally {
109109
fs.removeSync(configPath)
110+
fs.removeSync(fromRoot('dist', 'tsconfig-types.aegir.tsbuildinfo'))
110111
}
111112
}
112113

0 commit comments

Comments
 (0)