declarationMap is ts compiler option which I use in a monorepo for Go to Defenition support in vscode.
I use gulp and gulp-typescript to compile typescript and in the docs they have mentioned
Sourcemap options (sourceMap, inlineSourceMap, inlineSources, sourceRoot, declarationMap) - Use gulp-sourcemaps instead.
but after adding gulp-sourcemap its still not generating the files.
this is what is generated after direct tsc compilation

with gulp-typescript and gulp-sourcemaps

this is my gulp script

declarationMapis ts compiler option which I use in a monorepo forGo to Defenitionsupport in vscode.I use
gulpandgulp-typescriptto compile typescript and in the docs they have mentionedbut after adding
gulp-sourcemapits still not generating the files.this is what is generated after direct tsc compilation

with

gulp-typescriptandgulp-sourcemapsthis is my gulp script
