1
0
Fork 0
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:
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",
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),
]
}