Skip to content

Commit

Permalink
Update TODOs, see phetsims/chipper#1487
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 21, 2024
1 parent 15108d2 commit f968dbe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig/all/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
* Explicitly list all entry points that we want to type check.
* Imported images/mipmaps/sounds are still type checked.
* This structure was determined in https://github.com/phetsims/chipper/issues/1245
* TODO: can we auto generate this? https://github.com/phetsims/chipper/issues/1469
* TODO: from MK experience, it seems we need to train people that when they change references, they need to run tsc --clean. Should we update ct or ctq for this? https://github.com/phetsims/chipper/issues/1469
* TODO: Hey SR, why would we ever want files specifically added here. Shouldn't they just be their own special project in their own repo? The will improve modularity in general, https://github.com/phetsims/chipper/issues/1469
* @author Michael Kauzmann (PhET Interactive Simulations)
* @author Sam Reid (PhET Interactive Simulations)
*/
{
"references": [
{
// TODO: Isn't this redundant to something below? https://github.com/phetsims/chipper/issues/1469
// TODO: Isn't this redundant to something below? https://github.com/phetsims/chipper/issues/1487
"path": "../buildjson"
},
{
Expand Down

0 comments on commit f968dbe

Please sign in to comment.