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 866934c commit 7ac2b41
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"path": "../joist"
}
],
"include": [
"js/**/*",
"sounds/**/*",
"mipmaps/**/*",
"images/**/*"
]
}

0 comments on commit 7ac2b41

Please sign in to comment.