Skip to content

Commit

Permalink
fix buildjson, #1463
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph authored and samreid committed Oct 11, 2024
1 parent adba7bc commit 31fb04e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig-chipper.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
// by chipper
"include": [
// TODO should we just use a reference just to perennial-alias/tsconfig.json? https://github.com/phetsims/chipper/issues/1469
"../perennial-alias/js/common/**/*",
"../perennial-alias/js/import-shared/**/*",
"../perennial-alias/js/grunt/tasks/util/**/*",
"js/common/**/*",
"js/import-shared/**/*",
"js/grunt/tasks/util/**/*",
// TODO: should we split buildjson into a subsection that can be used by this one too (just phet-core?) // TODO: split buildjson into a subsection that can be used by this one too (just phet-core?)
"../phet-core/js/types/**/*"
]
Expand Down

0 comments on commit 31fb04e

Please sign in to comment.