js.Build: Generate tsconfig files
authorAndreas Richter <andy@selfstudy.com>
Sat, 12 Sep 2020 04:19:36 +0000 (00:19 -0400)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 3 Nov 2020 12:04:37 +0000 (13:04 +0100)
commit3089fc0ba171be14670b19439bc2eab6b077b6c3
tree536bda18455c79bea9310406577c1de8f0a54197
parente10e36cf70b8962b3b2a721603ba844022652d20
js.Build: Generate tsconfig files

Updates #7777

Added support to allow SourceMap files to be external to the build.
In addition added more information when the js compilation has an error.
Correctly append sourceMappingURL to output file.
Fix merge conflict.
.travis.yml
hugolib/js_test.go
resources/resource_transformers/js/build.go
resources/resource_transformers/js/build_test.go