Skip to content

Commit

Permalink
Move tsconfig/shared files up a level, see phetsims/perennial#374
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Oct 23, 2024
1 parent 8716dd9 commit e9114c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tsconfig-dot-browser.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../perennial-alias/tsconfig/shared/tsconfig-browser.json",
"extends": "../perennial-alias/tsconfig/tsconfig-browser.json",
"include": [
"js/**/*",
"images/**/*",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig-dot-node.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "../perennial-alias/tsconfig/shared/tsconfig-node.json",
"extends": "../perennial-alias/tsconfig/tsconfig-node.json",
"include": [
"js/grunt/**/*"
],
Expand Down

0 comments on commit e9114c6

Please sign in to comment.