Skip to content

Commit

Permalink
Add joist 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 3dbfdcd commit 85a745a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions tsconfig-all.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"extends": "../chipper/tsconfig-core.json",
"references": [
{
"path": "./tsconfig.json"
}
],
"include": [
"js/**/*tests.js", // Cannot use **test** like we do elsewhere because of UpdaTESTate
"js/joist-main.js",
"js/demo/**/*",

// In brand layer
"js/joist.js",
"js/joistStrings.ts",

// defined in phet-io layer
"js/packageJSON.js",
"js/SimInfo.js",
"js/joist.js"
]
}

0 comments on commit 85a745a

Please sign in to comment.