mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -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/v8_source_maps.ts",
|
||||||
"js/write_file.ts",
|
"js/write_file.ts",
|
||||||
"js/copy_file.ts",
|
"js/copy_file.ts",
|
||||||
|
"js/tsconfig.declarations.json",
|
||||||
"tsconfig.json",
|
"tsconfig.json",
|
||||||
|
|
||||||
# Listing package.json and yarn.lock as sources ensures the bundle is rebuilt
|
# Listing package.json and yarn.lock as sources ensures the bundle is rebuilt
|
||||||
|
@ -254,7 +255,7 @@ run_node("gen_declarations") {
|
||||||
args = [
|
args = [
|
||||||
"./node_modules/typescript/bin/tsc",
|
"./node_modules/typescript/bin/tsc",
|
||||||
"-p",
|
"-p",
|
||||||
rebase_path("js/tsconfig.generated.json", root_build_dir),
|
rebase_path("js/tsconfig.declarations.json", root_build_dir),
|
||||||
"--baseUrl",
|
"--baseUrl",
|
||||||
rebase_path(root_build_dir, root_build_dir),
|
rebase_path(root_build_dir, root_build_dir),
|
||||||
"--outFile",
|
"--outFile",
|
||||||
|
|
Loading…
Add table
Reference in a new issue