We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent dfa4fe2 commit d7fc683Copy full SHA for d7fc683
packages/tsbb/src/utils/compile.ts
@@ -26,7 +26,7 @@ export async function compile(
26
await FS.remove(path.resolve(process.cwd(), esm));
27
}
28
const dirToFiles = await recursiveReaddirFiles(path.dirname(entry), {
29
- exclude: /(tsconfig.json|.d.ts|.(test|spec).(ts|tsx|js|jsx))$/,
+ exclude: /(tsconfig.json|\.d\.ts|\.(test|spec)\.(ts|tsx|js|jsx))$/,
30
});
31
await Promise.all(
32
dirToFiles.map(async (item) => {
0 commit comments