diff options
Diffstat (limited to 'deno2/BUILD.gn')
| -rw-r--r-- | deno2/BUILD.gn | 3 |
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), ] } |
