mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 07:44:48 -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",
|
"-p",
|
||||||
rebase_path("js/tsconfig.generated.json", root_build_dir),
|
rebase_path("js/tsconfig.generated.json", root_build_dir),
|
||||||
"--baseUrl",
|
"--baseUrl",
|
||||||
rebase_path(root_build_dir),
|
rebase_path(root_build_dir, root_build_dir),
|
||||||
"--outDir",
|
"--outDir",
|
||||||
rebase_path(out_dir),
|
rebase_path(out_dir, root_build_dir),
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue