Skip to content

Commit

Permalink
Convert tsconfig to use project references, see phetsims/chipper#1356
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Sep 20, 2024
1 parent 3f22f4b commit 27861e0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@
"./js/**"
],
"extends": "../chipper/eslint/node_eslintrc.js"
},
{
"files": [
"**/*.ts"
],
"parserOptions": {
"project": [
"../binder/tsconfig.json"
]
}
}
],
"ignorePatterns": [
Expand Down
5 changes: 5 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@
"images/**/*",
"mipmaps/**/*",
"sounds/**/*"
],
"references": [
{
"path": "../chipper/tsconfig/buildjson"
}
]
}

0 comments on commit 27861e0

Please sign in to comment.