Skip to content

Commit

Permalink
Rename tsconfig-core.json => tsconfig-browser.json, see chipper issue…
Browse files Browse the repository at this point in the history
… 1463 (not referenced since committing 185 repos)
  • Loading branch information
samreid committed Oct 12, 2024
1 parent c5b47eb commit 8c9a886
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion tsconfig-core.json → tsconfig-browser.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/**
* TODO: Rename to "tsconfig-browser.json" https://github.com/phetsims/chipper/issues/1463
* TODO: rename super-core -> core, https://github.com/phetsims/chipper/issues/1463
* TODO: move to tsconfig/shared/ https://github.com/phetsims/chipper/issues/1463
* @author Sam Reid (PhET Interactive Simulations)
Expand Down
2 changes: 1 addition & 1 deletion tsconfig-chipper-browser.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../chipper/tsconfig-core.json",
"extends": "../chipper/tsconfig-browser.json",
"include": [

// top level only
Expand Down
2 changes: 1 addition & 1 deletion tsconfig/buildjson/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig-core.json",
"extends": "../../tsconfig-browser.json",
// Entry points from build.json, see chipper/build.json
"include": [
"../../../axon/js/**/*",
Expand Down

0 comments on commit 8c9a886

Please sign in to comment.