summaryrefslogtreecommitdiff
path: root/deno2/BUILD.gn
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-06-12 04:45:37 +0200
committerRyan Dahl <ry@tinyclouds.org>2018-06-12 04:45:37 +0200
commit0f71da91d319f1fdb297e096342ac45528544aa1 (patch)
treed4e7d00c56b0596725f944e3ca7d7a24267e6521 /deno2/BUILD.gn
parente73b2445990c69e5248d3567628293faba96b186 (diff)
Improve deno2 bundling
Diffstat (limited to 'deno2/BUILD.gn')
-rw-r--r--deno2/BUILD.gn3
1 files changed, 2 insertions, 1 deletions
diff --git a/deno2/BUILD.gn b/deno2/BUILD.gn
index c8d9f534e..d41dd9e8d 100644
--- a/deno2/BUILD.gn
+++ b/deno2/BUILD.gn
@@ -114,11 +114,12 @@ run_node("run_tsc") {
]
args = [
"./node_modules/.bin/tsc",
+ "-p",
+ rebase_path("js/tsconfig.json", root_build_dir),
"--baseUrl",
rebase_path(target_gen_dir + "/node_modules", root_build_dir),
"--outDir",
rebase_path(out_dir, root_build_dir),
- rebase_path(main_source, root_build_dir),
]
}