Skip to content

Commit

Permalink
Switch to monolithic tsconfig files, see phetsims/chipper#1245
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 13, 2022
1 parent 35c6275 commit e872868
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
{
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"path": "../phet-core/tsconfig-module.json"
},{
"path": "../chipper"
}
],
"include": [
"js/**/*",
"phet/js/Brand.js",
"phet/images/**/*",
"phet-io/js/Brand.js",
"phet-io/images/**/*",
"adapted-from-phet/js/Brand.js",
"adapted-from-phet/images/**/*",
"../joist/js/joist.js",
"../joist/js/joistStrings.ts",
"images/**/*",
"mipmaps/**/*",
"sounds/**/*"
]
}
}

0 comments on commit e872868

Please sign in to comment.