Skip to content

Commit

Permalink
references do not extend, phetsims/chipper#1469
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 11, 2024
1 parent c292859 commit ff7fcf1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
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": "../chipper/tsconfig/buildtools/tsconfig.json"
}
]
}
2 changes: 1 addition & 1 deletion tsconfig-node.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"references": [
{
"path": "../chipper/tsconfig/buildtools"
"path": "../chipper/tsconfig/buildtools/tsconfig.json"
}
]
}

0 comments on commit ff7fcf1

Please sign in to comment.