Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Feb 11, 2023
1 parent 5ad1366 commit c982568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -55,6 +55,7 @@ export async function bundleDts({
outFile = join(process.cwd(), 'dist', 'index.d.ts'),
}: BundleDtsOptions) {
// Temp directory for un-bundled .d.ts files
// Must NOT be placed in node_modules/.cache. Otherwise, files will be ignored.
const rawDir = join(process.cwd(), '.bundle-dts');
const rawEntry = join(rawDir, entry + '.d.ts');

Expand Down

0 comments on commit c982568

Please sign in to comment.