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

0 comments on commit f7ca9f5

Please sign in to comment.