Skip to content

Commit

Permalink
fix buildjson, #1463
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 4, 2024
1 parent 7d45218 commit 7a3aed1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* NOTE we do not extend tsconfig-super-core.json. This is a composite just for referencing the individual typescript
* sub-projects within this repo.
* By default, TypeScript includes all files below the tsconfig.json location. However, we must override that to
* blank it out, so that we can let each browser/node decide what they want to include.
* @author Michael Kauzmann (PhET Interactive Simulations)
* @author Sam Reid (PhET Interactive Simulations)
*/
{
/**
* NOTE we do not extend tsconfig-super-core.json. This is a composite just for referencing the individual typescript
* sub-projects within this repo.
* By default, TypeScript includes all files below the tsconfig.json location. However, we must override that to
* blank it out, so that we can let each browser/node decide what they want to include.
* @author Michael Kauzmann (PhET Interactive Simulations)
* @author Sam Reid (PhET Interactive Simulations)
*/
"files": [],
"references": [
{
Expand Down
4 changes: 2 additions & 2 deletions tsconfig/buildjson/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"../../../joist/js/**/*",
"../../../joist/sounds/**/*",
"../../../kite/js/**/*",
"../../../perennial-alias/js/scripts/collate-lint.ts",
"../../../phet-core/js/**/*",
// It's OK to list private repo phet-io files here, even though open source clients cannot check them out.
// They are only checked if they are present at runtime
Expand Down Expand Up @@ -60,6 +59,7 @@
"../../../utterance-queue/js/**/*"
],
"exclude": [
"**/Gruntfile.js"
"../../../*/Gruntfile.js",
"../../../*/js/grunt/**/*"
]
}

0 comments on commit 7a3aed1

Please sign in to comment.