diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-10-02 12:32:02 -0400 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-10-03 16:59:00 -0400 |
commit | 0cdf1f451d0b3c67f2d7c0c2817f712eb6c87987 (patch) | |
tree | e93dbe7a997fb3d4038ef69750d1c790c205ddad | |
parent | 6cfc6b5d51fccdb1e5ae6ea0940dd87aadda4a82 (diff) |
Rename tsconfig.generated.json to tsconfig.declarations.json
-rw-r--r-- | BUILD.gn | 3 | ||||
-rw-r--r-- | js/tsconfig.declarations.json (renamed from js/tsconfig.generated.json) | 0 |
2 files changed, 2 insertions, 1 deletions
@@ -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", diff --git a/js/tsconfig.generated.json b/js/tsconfig.declarations.json index c4aec8ee0..c4aec8ee0 100644 --- a/js/tsconfig.generated.json +++ b/js/tsconfig.declarations.json |