Skip to content

Commit

Permalink
chipper and perennial to use config from chipper, phetsims/perennial#364
Browse files Browse the repository at this point in the history


Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 6beacf8 commit b94b3cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion js/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// this reference needs to be duplicated with the super config, because references to not extend
"references": [
{
"path": "../../../chipper/tsconfig/buildjson"
"path": "../../../perennial-alias/tsconfig/buildjson"
}
]
}
8 changes: 4 additions & 4 deletions tsconfig-chipper-browser.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"extends": "./tsconfig/shared/tsconfig-browser.json",
"extends": "../perennial-alias/tsconfig/shared/tsconfig-browser.json",
"include": [

// top level only
"./js/*",
"js/*",

// and the tests
"./js/sim-tests/**/*"
"js/sim-tests/**/*"
],
"references": [
{
"path": "../chipper/tsconfig/buildjson/tsconfig.json"
"path": "../perennial-alias/tsconfig/buildjson/tsconfig.json"
}
]
}
2 changes: 1 addition & 1 deletion tsconfig-chipper-node.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./tsconfig/shared/tsconfig-node.json",
"extends": "../perennial-alias/tsconfig/shared/tsconfig-node.json",
"include": [
"js/common/**/*",
"js/grunt/**/*",
Expand Down

0 comments on commit b94b3cb

Please sign in to comment.