-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chipper and perennial to use config from chipper, phetsims/perennial#364
Signed-off-by: Michael Kauzmann <[email protected]>
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 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,16 +1,16 @@ | ||
{ | ||
"extends": "./tsconfig/shared/tsconfig-browser.json", | ||
"extends": "../perennial-alias/tsconfig/shared/tsconfig-browser.json", | ||
"include": [ | ||
|
||
// top level only | ||
"./js/*", | ||
"js/*", | ||
|
||
// and the tests | ||
"./js/sim-tests/**/*" | ||
"js/sim-tests/**/*" | ||
], | ||
"references": [ | ||
{ | ||
"path": "../chipper/tsconfig/buildjson/tsconfig.json" | ||
"path": "../perennial-alias/tsconfig/buildjson/tsconfig.json" | ||
} | ||
] | ||
} |
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