Skip to content

Commit

Permalink
more small tweaks, phetsims/chipper#1463
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph authored and samreid committed Oct 21, 2024
1 parent b6bb7cf commit 41eab8b
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions tsconfig/buildtools/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
{
"extends": "../shared/tsconfig-node.json",
// Entry points for checked out resources that may not be on main, but need to version together. These purposefully
// live in chipper
"include": [
// TODO" 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/**/*",
"../../../chipper/js/common/**/*",
"../../../chipper/js/grunt/**/*",
// "../../../chipper/js/phet-io/**/*",
"../../../chipper/js/scripts/**/*",
// "../../../chipper/js/sim-tests/**/*",

// TODO: 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/**/*"
]
// Chipper and its node dependencies is what we call "buildtools"
"extends": "../../../chipper/tsconfig-node.json"
}

0 comments on commit 41eab8b

Please sign in to comment.