We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12571ee commit 700374aCopy full SHA for 700374a
examples/nestjs/src/BUILD.bazel
@@ -25,6 +25,7 @@ ts_library(
25
["*.ts"],
26
exclude = ["*.spec.ts"],
27
),
28
+ module_name = "examples_nestjs",
29
deps = [
30
"@npm//@nestjs/common",
31
"@npm//@nestjs/core",
@@ -59,7 +60,7 @@ nodejs_binary(
59
60
61
"@npm//minimist",
62
],
- entry_point = ":main",
63
+ entry_point = ":main.ts",
64
templated_args = ["--nobazel_patch_module_resolver"],
65
)
66
0 commit comments