mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
fix: build deno under node_modules folder (#1555)
This commit is contained in:
parent
9e1f5ccb8b
commit
106fe1f762
1 changed files with 1 additions and 0 deletions
1
BUILD.gn
1
BUILD.gn
|
@ -178,6 +178,7 @@ run_node("deno_runtime_declaration") {
|
|||
rebase_path("node_modules/ts-node/dist/bin.js", root_build_dir),
|
||||
"--project",
|
||||
rebase_path("tools/ts_library_builder/tsconfig.json"),
|
||||
"--skip-ignore",
|
||||
rebase_path("tools/ts_library_builder/main.ts", root_build_dir),
|
||||
"--basePath",
|
||||
rebase_path(".", root_build_dir),
|
||||
|
|
Loading…
Reference in a new issue