Skip to content

Commit

Permalink
Add twixt tsconfig, see phetsims/chipper#1134
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 19, 2021
1 parent 2327e8b commit a9c4926
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tsconfig-all.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/**/*Test*",
"js/**/*test*",
"js/twixt-main.js",
"js/demo/**/*"
]
}

0 comments on commit a9c4926

Please sign in to comment.