Skip to content

Commit 5f8f45b

Browse files
committed
Don't includes @types/js-reporters in the types:publish output
1 parent c7b5a4f commit 5f8f45b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/publish.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ async function copyHandwrittenDefinitions(inputDir) {
206206
let definitionModules = glob
207207
.sync('**/*.d.ts', {
208208
cwd: inputDir,
209-
ignore: ['**/node_modules/**'],
209+
ignore: ['**/node_modules/**', '**/@types/js-reporters/**'],
210210
})
211211
.filter((moduleName) => !REMAPPED_LOCATION_MODULES.some(({ input }) => input === moduleName));
212212

0 commit comments

Comments
 (0)