diff --git a/src/index.ts b/src/index.ts index be31ce4..ef4e588 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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,