aspect-build / rules_esbuild

Bazel rules for https://esbuild.github.io/ JS bundler
https://docs.aspect.build/rules/aspect_rules_esbuild
Apache License 2.0
27 stars 27 forks source link

fix: set explicit tsconfig to prevent use of esbuild default #151

Closed jbedard closed 1 year ago

jbedard commented 1 year ago

By default esbuild uses any local tsconfig.json file. With sandboxing issues (https://github.com/aspect-build/rules_esbuild/issues/58) this may unexpectedly cause esbuild_bundle to pickup any local tsconfig.json.


Type of change

Test plan