Skip to content

Commit

Permalink
move phetioCompareAPIs.ts to browser-and-node, phetsims/chipper#1526
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Nov 26, 2024
1 parent 82d2b5f commit 38ec4d5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig/buildjson/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"../../../chipper/js/LocalizedStringProperty.ts",
"../../../chipper/js/chipper.ts",
"../../../chipper/js/getStringModule.ts",
"../../../chipper/js/phet-io/phetioCompareAPIs.ts",
"../../../chipper/js/browser-and-node/phetioCompareAPIs.ts",
"../../../chipper/js/sim-tests/qunitStart.js",
"../../../chipper/js/grunt/tasks/util/getOption.ts",
"../../../dot/js/**/*",
Expand Down
6 changes: 6 additions & 0 deletions tsconfig/tsconfig-browser-and-node.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{// TODO: How should we use this? https://github.com/phetsims/perennial/issues/418
"extends": "./tsconfig-core.json",
"include": [
"../js/browser-and-node/**/*"
]
}

0 comments on commit 38ec4d5

Please sign in to comment.