mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
Rename tsconfig.generated.json to tsconfig.declarations.json
This commit is contained in:
parent
6cfc6b5d51
commit
0cdf1f451d
2 changed files with 2 additions and 1 deletions
3
BUILD.gn
3
BUILD.gn
|
@ -102,6 +102,7 @@ ts_sources = [
|
|||
"js/v8_source_maps.ts",
|
||||
"js/write_file.ts",
|
||||
"js/copy_file.ts",
|
||||
"js/tsconfig.declarations.json",
|
||||
"tsconfig.json",
|
||||
|
||||
# Listing package.json and yarn.lock as sources ensures the bundle is rebuilt
|
||||
|
@ -254,7 +255,7 @@ run_node("gen_declarations") {
|
|||
args = [
|
||||
"./node_modules/typescript/bin/tsc",
|
||||
"-p",
|
||||
rebase_path("js/tsconfig.generated.json", root_build_dir),
|
||||
rebase_path("js/tsconfig.declarations.json", root_build_dir),
|
||||
"--baseUrl",
|
||||
rebase_path(root_build_dir, root_build_dir),
|
||||
"--outFile",
|
||||
|
|
Loading…
Add table
Reference in a new issue