Skip to content

Commit

Permalink
Add tsconfig for build-a-nucleus, 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 8e75446 commit 276172c
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": "../shred"
},
{
"path": "../vegas"
},
{
"path": "../joist"
}
],
"include": [
"js/**/*",
"sounds/**/*",
"mipmaps/**/*",
"images/**/*"
]
}

0 comments on commit 276172c

Please sign in to comment.