Skip to content

Commit

Permalink
fix: ensure generate dts for type only files
Browse files Browse the repository at this point in the history
fix #118
  • Loading branch information
qmhc committed Sep 30, 2022
1 parent f6ad13c commit f3f4919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.ts
Expand Up @@ -331,7 +331,7 @@ export function dtsPlugin(options: PluginOptions = {}): Plugin {
bundleDebug('collect files')
}

// project.resolveSourceFileDependencies()
project.resolveSourceFileDependencies()
bundleDebug('resolve')

if (!skipDiagnostics) {
Expand Down

0 comments on commit f3f4919

Please sign in to comment.