0
0
Fork 0
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:
Ryan Dahl 2018-10-02 12:32:02 -04:00
parent 6cfc6b5d51
commit 0cdf1f451d
2 changed files with 2 additions and 1 deletions

View file

@ -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",