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 f4ffd90 commit 61ca722
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
{
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"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 61ca722

Please sign in to comment.