Skip to content

Commit

Permalink
Convert tsconfig to use project references, see phetsims/chipper#1356
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 20, 2024
1 parent 3f8cf42 commit dc403fd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,13 @@
"ts-nocheck": true
}
]
},
"parserOptions": {
"project": [
"../ph-scale-basics/tsconfig.json"
]
}
}
]
}
}
}
13 changes: 12 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,16 @@
"images/**/*",
"mipmaps/**/*",
"sounds/**/*"
],
"references": [
{
"path": "../ph-scale/tsconfig.json"
},
{
"path": "../nitroglycerin/tsconfig.json"
},
{
"path": "../chipper/tsconfig/buildjson"
}
]
}
}

0 comments on commit dc403fd

Please sign in to comment.