Skip to content

Commit

Permalink
Move tsconfig files to the appropriate repos, see phetsims/chipper#1070
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 4, 2021
1 parent 7b379d5 commit 0e0f213
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"path": "../joist"
},
{
"path": "../vegas"
}
],
"include": [
"js/**/*",
"sounds/**/*",
"mipmaps/**/*",
"images/**/*"
],
"exclude": [
"js/**/*test*"
]
}

0 comments on commit 0e0f213

Please sign in to comment.