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 ed34989 commit e6585a7
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,9 @@
{
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"path": "../area-model-common"
},
{
"path": "../twixt/tsconfig-module.json"
},
{
"path": "../vegas"
},
{
"path": "../joist/tsconfig-module.json"
}
],
"include": [
"js/**/*",
"sounds/**/*",
"mipmaps/**/*",
"images/**/*",
"../chipper/phet-types.d.ts",
"../chipper/node_modules/@types/lodash/index.d.ts",
"../chipper/node_modules/@types/qunit/index.d.ts"
"mipmaps/**/*",
"sounds/**/*"
]
}

0 comments on commit e6585a7

Please sign in to comment.