Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 7, 2024
1 parent 143ff65 commit 6761447
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tsconfig/density-buoyancy-suite/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extends": "../../tsconfig-core.json",
// 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
"include": [
"../../../buoyancy/js/**/*",
"../../../buoyancy-basics/js/**/*",
"../../../density/js/**/*",
"../../../density-buoyancy-common/js/**/*"
]
}

0 comments on commit 6761447

Please sign in to comment.