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 198ab15 commit 49eaf52
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": "../vibe"
},
{
"path": "../tappi"
},
{
"path": "../griddle"
},
{
"path": "../joist/tsconfig-module.json"
}
],
"include": [
"js/**/*",
"sounds/**/*",
"images/**/*",
"mipmaps/**/*",
"images/**/*"
"sounds/**/*"
]
}

0 comments on commit 49eaf52

Please sign in to comment.