We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
emitDeclarationOnly
1 parent ee5c1b3 commit 1063e28Copy full SHA for 1063e28
src/index.ts
@@ -443,6 +443,7 @@ function fixConfig (ts: TSCommon, config: any) {
443
delete config.options.outFile
444
delete config.options.declarationDir
445
delete config.options.declarationMap
446
+ delete config.options.emitDeclarationOnly
447
448
// Target ES5 output by default (instead of ES3).
449
if (config.options.target === undefined) {
0 commit comments