-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buildtools/tsconfig is better as a single reference to chipper/tsconf…
…ig-node.json phetsims/chipper#1463
- Loading branch information
Showing
2 changed files
with
2 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,8 @@ | ||
|
||
// TODO: Ideally, the contents here would be an extends, but typescript really doesn't want me to do that. https://github.com/phetsims/chipper/issues/1463 | ||
//{ | ||
// // Chipper and its node dependencies is what we call "buildtools" | ||
// "extends": "../../../chipper/tsconfig-node.json" | ||
//} | ||
{ | ||
"extends": "../../tsconfig/shared/tsconfig-node.json", | ||
"include": [ | ||
"../../js/common/**/*", | ||
"../../js/grunt/**/*", | ||
"../../js/phet-io/**/*", | ||
"../../js/scripts/**/*", | ||
"../../test/**/*", | ||
"../../eslint/**/*", | ||
// Gruntfile and eslint.config.mjs | ||
"../../*" | ||
], | ||
// Chipper and its node dependencies is what we call "buildtools" | ||
"references": [ | ||
{ | ||
"path": "../../../perennial-alias/tsconfig-chipper.json" | ||
"path": "../../tsconfig-node.json" | ||
} | ||
] | ||
} |