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 8d8afb5 commit 0881d19
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
{
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"path": "../nitroglycerin"
},
{
"path": "../vegas"
},
{
"path": "../joist/tsconfig-module.json"
}
],
"include": [
"js/**/*",
"sounds/**/*",
"images/**/*",
"mipmaps/**/*",
"images/**/*"
"sounds/**/*"
]
}

0 comments on commit 0881d19

Please sign in to comment.