mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34:47 -05:00
build: fix typescript dirs not correctly rebased
This commit is contained in:
parent
79f60f6731
commit
ba6514dfcf
1 changed files with 2 additions and 2 deletions
4
BUILD.gn
4
BUILD.gn
|
@ -189,9 +189,9 @@ run_node("gen_declarations") {
|
|||
"-p",
|
||||
rebase_path("js/tsconfig.generated.json", root_build_dir),
|
||||
"--baseUrl",
|
||||
rebase_path(root_build_dir),
|
||||
rebase_path(root_build_dir, root_build_dir),
|
||||
"--outDir",
|
||||
rebase_path(out_dir),
|
||||
rebase_path(out_dir, root_build_dir),
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue