Skip to content

Commit ae3e6cc

Browse files
committed
Generate sources maps.
1 parent d81eb77 commit ae3e6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/TypeScript/TypeScriptAutomatorHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ private function removeFile(string $path): void
479479
**/
480480
private function runTypeScriptCompiler(string $path): void
481481
{
482-
$command = ['/usr/local/bin/tsc', '-m', 'amd', '-t', 'ES6', $path];
482+
$command = ['/usr/local/bin/tsc', '-m', 'amd', '-t', 'ES6', '--sourceMap', $path];
483483

484484
$this->io->logInfo('Running: %s', implode(' ', $command));
485485

0 commit comments

Comments
 (0)