Skip to content

Commit

Permalink
fix: rewrite noEmit option when init porject
Browse files Browse the repository at this point in the history
fix #28
  • Loading branch information
qmhc committed Sep 17, 2021
1 parent 3313a19 commit 735d26b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export default function dtsPlugin(options: PluginOptions = {}): Plugin {
// #27 declarationDir option will make no declaration file generated
declarationDir: null,
declaration: true,
noEmit: false,
emitDeclarationOnly: true
}),
tsConfigFilePath: tsConfigPath,
Expand Down

0 comments on commit 735d26b

Please sign in to comment.