diff --git a/tsconfig/buildjson/tsconfig.json b/tsconfig/buildjson/tsconfig.json index 6250b107..ac1c1731 100644 --- a/tsconfig/buildjson/tsconfig.json +++ b/tsconfig/buildjson/tsconfig.json @@ -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/**/*", diff --git a/tsconfig/tsconfig-browser-and-node.json b/tsconfig/tsconfig-browser-and-node.json new file mode 100644 index 00000000..e5a7a7d0 --- /dev/null +++ b/tsconfig/tsconfig-browser-and-node.json @@ -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/**/*" + ] +} \ No newline at end of file