1
0
Fork 0
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:
Bert Belder 2018-08-25 19:04:30 +02:00
parent 79f60f6731
commit ba6514dfcf
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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),
] ]
} }