Skip to content

Commit

Permalink
references do not extend, #1469
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 11, 2024
1 parent 7798e62 commit aee39d9
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 6 deletions.
7 changes: 6 additions & 1 deletion js/common/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": "../../tsconfig-node.json"
"extends": "../../tsconfig-node.json",
"references": [
{
"path": "../../../perennial-alias/tsconfig-chipper.json"
}
]
}
7 changes: 6 additions & 1 deletion js/data/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": "../../tsconfig-node.json"
"extends": "../../tsconfig-node.json",
"references": [
{
"path": "../../../perennial-alias/tsconfig-chipper.json"
}
]
}
7 changes: 6 additions & 1 deletion js/grunt/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": "../../tsconfig-node.json"
"extends": "../../tsconfig-node.json",
"references": [
{
"path": "../../../perennial-alias/tsconfig-chipper.json"
}
]
}
7 changes: 6 additions & 1 deletion js/phet-io/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": "../../tsconfig-node.json"
"extends": "../../tsconfig-node.json",
"references": [
{
"path": "../../../perennial-alias/tsconfig-chipper.json"
}
]
}
7 changes: 6 additions & 1 deletion js/scripts/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": "../../tsconfig-node.json"
"extends": "../../tsconfig-node.json",
"references": [
{
"path": "../../../perennial-alias/tsconfig-chipper.json"
}
]
}
7 changes: 6 additions & 1 deletion js/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"extends": "../tsconfig-browser.json"
"extends": "../tsconfig-browser.json",
"references": [
{
"path": "../../../chipper/tsconfig/buildjson"
}
]
}

0 comments on commit aee39d9

Please sign in to comment.