Skip to content

Commit

Permalink
Rename tsconfig-browser.json => tsconfig-chipper-browser.json, see #1463
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 12, 2024
1 parent 10f7293 commit c5b47eb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../tsconfig-browser.json",
"extends": "../tsconfig-chipper-browser.json",
"references": [
{
"path": "../../../chipper/tsconfig/buildjson"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"path": "./tsconfig-node.json"
},
{
"path": "./tsconfig-browser.json"
"path": "./tsconfig-chipper-browser.json"
}
]
}

0 comments on commit c5b47eb

Please sign in to comment.