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.
declarationMap
1 parent 70d68ef commit 57f09b5Copy full SHA for 57f09b5
src/index.ts
@@ -442,6 +442,7 @@ function fixConfig (ts: TSCommon, config: any) {
442
delete config.options.out
443
delete config.options.outFile
444
delete config.options.declarationDir
445
+ delete config.options.declarationMap
446
447
// Target ES5 output by default (instead of ES3).
448
if (config.options.target === undefined) {
0 commit comments