Skip to content

Commit

Permalink
Move tsconfig files to the appropriate repos, see phetsims/chipper#1070
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 4, 2021
1 parent a88448c commit 75175a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"path": "../chipper/tsconfig/twixt"
"path": "../twixt"
},
{
"path": "../chipper/tsconfig/griddle"
"path": "../griddle"
},
{
"path": "../chipper/tsconfig/joist"
"path": "../joist"
}
],
"include": [
Expand Down

0 comments on commit 75175a2

Please sign in to comment.